Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Automatic FTP
Name: amuljono Date: September 12, 2006 at 22:29:07 Pacific OS: Windows XP CPU/Ram: 2.4 GHz/1 GB Product: Dell
Comment:
Experts,
Is it a way to make automatic scheduled upload data using windows standard ftp (ftp.exe)?
I notice that there is -s argument to run the ftp command stored in the text file, however I don't know how to connect to the server automatically (I need to pass the user name & password).
Summary: I have a batch file that automatically FTPs some files from our servers using the regular Windows command environment(cmd.exe)and it worked great until our Security folks decided to require secure ftp...
Summary: I've heard this is possible, but I am new to batch, so I wanted to find out for myself ;) I want to make a bot in batch that automatically downloads off an ftp server and uploads it to another one. An...
Summary: Hi, At the moment I'm manually typing the following FTP commands into the DOS prompt: ftp open hostname username password cd /whicheverdirectory binary put a:\filename or get filename I want to write ...