一 下载安装ftp软件

[[email protected] etc]# yum install ftp

 

二 使用ftp登录一个ftp服务器

1、连接ftp服务器

[[email protected] 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,掌握命令的说明

Linux下ftp相关应用
4、ftp的操作dir和cd

dir:显示远程服务器的目录内容(文件列表)

cd:切换目录

Linux下ftp相关应用
5、ftp其他相关操作,见下面截图。

Linux下ftp相关应用
6、ftp其他命令可自行练习。

 

相关文章:

  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2021-12-23
  • 2021-12-30
  • 2022-12-23
  • 2021-11-23
  • 2022-01-24
猜你喜欢
  • 2021-11-01
  • 2021-09-21
  • 2022-02-07
  • 2022-01-30
  • 2021-08-02
相关资源
相似解决方案