Things You'll Need:
- FTP server name or IP address
- User name/password on FTP server
-
Step 1
Click the "Start" button in Windows XP/Vista. Click "Run" (only Windows XP). Then type "cmd" and press "Enter." A new window with a black background (MS-DOS command prompt) will appear.
In Linux, right-click on Desktop and select "open terminal" in the pop-up menu to open a new terminal. -
Step 2
Type "ftp < server name >" or ftp " <server IP address> " followed by pressing "Enter" (e.g., "ftp blue.red.edu").
-
Step 3
Type "< username>" (press "Enter"); then type " <password> " (press "Enter") to access the ftp server. Note: An FTP command prompt ("ftp>") should appear.
-
Step 4
Type either "get <filename>" or "put <filename>" followed by pressing "Enter" to download or upload a file.
-
Step 5
Press a "Ctrl+C" key combination on the keyboard to stop the file transfer in progress. Note: Immediately after that, the FTP command prompt should appear.
-
Step 6
Repeat Step 4 or type "quit" and press "Enter" to close the ftp connection.











