1、安装方法
yum install ftp
2、使用方法
安装完成后,在终端中输入ftp,然后回车就可以使用了。下面就是连接方法。
ftp> open example.com
Connected to example.com (xxx.xxx.xxx.xxx).
220 (vsFTPd 2.2.2)
Name (example.com:xxxx):[此时输入FTP用户名]
331 Please specify the password.
Password:[此时输入FTP密码]
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> [此处可输入help查看ftp的所有命令]