Link to home
Start Free TrialLog in
Avatar of paulCardiff
paulCardiff

asked on

batch file - copy 1 file to FTP site

Hi

I need a .bat file to copy 1 file to an FTP server

the details are as follows

Ftp: ftp.myserver.com
User: bob
Pass: bobPass
filename: mybackup.rar
LocalDir: C:\backups\
Remote: \htdocs\backups\

could someone please provide me with a script using the above details to do this

Thanks
Avatar of drequinox
drequinox

you can use ftp script for this
http://support.microsoft.com/?kbid=96269
just use the command line options in a batch file
ASKER CERTIFIED SOLUTION
Avatar of Werrock
Werrock
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial