How to Upload FTP Using a Terminal
You can upload files via the file transfer protocol (FTP) to remote servers and computers. If you have a Unix-based computer, you will be able to do this from your command-line Terminal. The Terminal gives you greater control over the functions and actions you execute. That's why many users prefer to use it to a graphical user interface. The "ftp" command allows you to connect via FTP and then transfer data accordingly.
Instructions
-
-
1
Open your "Terminal" window. The process will differ depending on your operating system. Typically there will be a desktop icon, or it will be accessible from a "System" menu. Consult documentation if you are unsure.
-
2
Type "ftp" and press "Enter."
-
-
3
Type "Open," press "SPACE" and type the IP or server address of the FTP server. Press "Enter."
-
4
Enter the user name, press "Enter" and enter the password. Press "Enter" again.
-
5
Type "put example.txt" and press "Enter" to upload the "example.txt" file to your FTP site. Replace "example.txt" with the path (on your computer) to and file name of the file.
-
1