ftp related applications under Linux

One download and install ftp software

[root@localhost etc]# yum install ftp

 

2. Use ftp to log in to an ftp server

1. Connect to ftp server

[root@localhost etc]# ftp ftp.ksu.edu.tw

Connected to ftp.ksu.edu.tw (120.114.150.21).

220---------- Welcome to Pure-FTPd [privsep] ----------

220-You are user number 4 of 50 allowed.

220-Local time is now 21:27. Server port: 21.

220-Only anonymous FTP is allowed here

220-IPv6 connections are also welcome on this server.

220 You will be disconnected after 5 minutes of inactivity.

Name (ftp.ksu.edu.tw:root): 

2. Enter the username anonymous

Name (ftp.ksu.edu.tw:root): anonymous

230 Anonymous user logged in

Remote system type is UNIX.

Using binary mode to transfer files.

 

ftp> 

3. Enter help to master the description of the command


4, ftp operation dir and cd

dir: Displays the directory contents (file list) of the remote server

cd: change directory


5. For other related operations of ftp, see the screenshot below.


6. Other commands of ftp can be practiced by yourself.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326402116&siteId=291194637