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.
FTP in Dos
Name: Topz Date: January 2, 2001 at 13:56:18 Pacific
Comment:
how do you use ftp in dos? the site that Iam trying to get users a user name & password, how do you write this in dos? :>ftp :>open :>(to)site name here get conneted but then turned of by the host, cos I did not use the password & user name the help for the ftp program is somewhat lame
Summary: By executing the FTP command in DOS you are starting the FTP shell and so the DOS batch file is waiting until you exit from it before continuing. Try using the command FTP -s:filename where filename...
Summary: I would like to open an ftp session in dos via a batch file to download virus signature updates. I want to add username and password to the batch file so that I don't have to enter the details manuall...