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: tristanlee85 Date: February 26, 2003 at 20:00:06 Pacific OS: XP CPU/Ram: 1.8/256
Comment:
Is it possible to specify a port number in the DOS FTP prompt?
Summary: 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, co...
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...