How To Ftp To a Server In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open a terminal window and type in the following command: ftp <hostname>
2. Enter your username and press enter.
3. Enter your password and press enter.
4. Once connected to the server, you can use the following commands to transfer files:
put: uploads files to the server
get: downloads files from the server
ls: lists the files on the server
cd: change directories on the server
rm: removes files from the server
5. To disconnect from the server, type quit.