16 March 2010
[Click to cite this article]
[hide academic citations]
AMA citation:
Jiang W. Howto Upload Files Using FTP Command Line. Stone Studio. 2010. Available at: http://wei-jiang.com/it/software/howto-upload-files-using-ftp-command-line. Accessed September 6, 2010.
APA citation:
Jiang, Wei. (2010). Howto Upload Files Using FTP Command Line. Retrieved September 6, 2010, from Stone Studio Web site, http://wei-jiang.com/it/software/howto-upload-files-using-ftp-command-line
Chicago citation:
Jiang, Wei, "Howto Upload Files Using FTP Command Line", Stone Studio, posted March 16, 2010, http://wei-jiang.com/it/software/howto-upload-files-using-ftp-command-line (accessed September 6, 2010).
Harvard citation:
Jiang, W 2010, Howto Upload Files Using FTP Command Line, Stone Studio. Retrieved September 6, 2010, from <http://wei-jiang.com/it/software/howto-upload-files-using-ftp-command-line>
MLA citation:
Jiang, Wei. "Howto Upload Files Using FTP Command Line." Stone Studio. 16 Mar. 2010. 6 Sep. 2010 <http://wei-jiang.com/it/software/howto-upload-files-using-ftp-command-line>
Thank you for your interest.
Have you find upload file using your FTP client extremely slow? Do you interested to use FTP command line instead? Useful to impress girls with CLI skills :p. This is a visual guide of how to do just about that. Here is the scenario, I would like to upload a file C:\Users\Dean\Desktop\temp\Nelson2002.pdf.
Step 1: Open up Command Prompt
Open up a Command Prompt (that’s in you Start –> Accessories folder), find where the file is using the “cd” command
Step 2: Enter FTP CLI mode
Enter ftp mode, just by typing FTP into your command prompt.
Step 3: Connect to Your Server
You will need to know your username and password before doing this step. If you do, you can use the “open” command connect to it
Step 4: Upload The File
There is a command called “put”, you can use that.
If you still remember the Step 1, you were actually in the correct file position. Otherwise, you can do: put c:\your\file\path\Nelson2002.pdf
