File transfer protocol sreveris a computer software that facilitate the secure rxchange of files over a TCP/IP network.
It runs the file transfer protocol, a sandard communication protocol that operates at the network level, to establish a secure connection between the devices in a client-server architecture and efficiently transmit data over the internet
最重要的两个基本功能:
1.上传 2.下载
FTPS:使用SSL 和TLS协议提供加密
SFTP:使用SSH协议
FTP传输有两个通道,一个是控制通道,一个是数据通道。
控制通道用于传输命令,数据通道用于传输数据。
管理员可以将FTP服务器设置长两种模式:主动/被动
主动模式:
FTP默认模式,FTP客户端建立控制连接,FTP服务端建立数据连接到客户端。在无防火墙下运行。客户端打开端口,服务器主动连接到端口时侦听。
被动模式:
数据和控制连接都默认从FTP客户端连接到服务器。可以在有防火墙的环境下运行。服务器打开端口被动侦听,允许并等待客户端连接到它。建议使用FTP默认模式,更安全。
建立FTP Server步骤:(Windows10为例)
手机扫一扫
移动阅读更方便
你可能感兴趣的文章