Linux下ftp相关应用
一 下载安装ftp软件
[root@localhost etc]# yum install ftp
二 使用ftp登录一个ftp服务器
1、连接ftp服务器
[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、输入用户名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、输入help,掌握命令的说明
4、ftp的操作dir和cd
dir:显示远程服务器的目录内容(文件列表)
cd:切换目录
5、ftp其他相关操作,见下面截图。
6、ftp其他命令可自行练习。