I want to copy a set of local files to ftp://124.30.124.230 (it will ask username and password). I want to do this work in 400 systems. I have planned to do this work by creating a batch file and while running this batch file, this has to do that work. Anyone help me with the coding please.
feedback
|
|
On Windows you can use
On Unix/Linux you can use
| |||
|
feedback
|
|
We need more information regarding the systems you are running it on, the connections and any security etc. Personally batch files are a great way of doing this, i've the contents of a simple backup one i'll happily share - you could tailor it to your ftp situation rather than the remote disk and folder creation i used. My Backup and Upload script/bat file: (note this was for 2 XP PC's on a mini workgroup with a WAN connection (###.###.###.###) to a backup server, $$$$'s are my local usernames and it was run from the Desktop)
| ||||
feedback
|