FTP Commands

upload ftp using cpromptTechnical note:  The FTP command, ftp.exe, is located in the windows “system32″ directory.  (ex:  c:\windows\system32\ftp.exe or c:\winnt\system32\ftp.exe).  If you get a DOS error bad command, then put the full pathname for the executible.

Getting a connection to the FTP server from the DOS prompt:

Get to a DOS Prompt.  (ie:  Start, Run, command.com)

  1. c:> ftp [ftp server name or IP Address]
  2. Enter your username & Password.
  3. To disconnect type:  disconnect More >