Posts tagged upload
How to upload files on web server using dos
Aug 2nd
FTP Commands
Technical 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)
- c:> ftp [ftp server name or IP Address]
- Enter your username & Password.
- To disconnect type: disconnect More >



