in reply to need to access a remote server to move the files around in a set folder there
Is this the same OP and issue as need suggestions as to how to run a script to acess and move files stored on a server.?
If you are just moving files around on a remote server, as opposed to needing to move them over a network, it'd probably be reasonable to just run a script on the server and use local file handling, perhaps with a module like File::Copy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: need to access a remote server to move the files around in a set folder there
by smanicka (Scribe) on Dec 04, 2008 at 19:04 UTC | |
by kennethk (Abbot) on Dec 04, 2008 at 19:53 UTC |