ftps和sftp有什么区别?

当您正在为员工设置远程文件传输功能时,您希望事情尽可能简单和安全。考虑到这一点,FTPS和SFTP哪个更好?今天的超级用户问答帖子为一位好奇的读者提供了答案。...

ftps和sftp有什么区别?

当您正在为员工设置远程文件传输功能时,您希望事情尽可能简单和安全。考虑到这一点,FTPS和SFTP哪个更好?今天的超级用户问答帖子为一位好奇的读者提供了答案。

今天的问答环节是由SuperUser提供的,SuperUser是Stack Exchange的一个分支,是一个由社区驱动的问答网站分组。

由kojihachisu(Flickr)提供的屏幕截图。

问题

超级用户读者user334875想知道FTPS和SFTP之间的区别,以及哪个更好:

I am trying to set up a system for four of my employees who work remotely so that they can transfer files. I also need it to be secure. Is SFTP better than FTPS? What is the difference between the two?

两者有什么区别?哪一个更好?

答案

超级用户贡献者NuTTyX和Vdub为我们提供了答案。首先,NuTTyX:

They are two completely different protocols.

FTPS is FTP with SSL for security. It uses a control channel and opens new connecti*** for the data transfer. As it uses SSL, it requires a certificate.

SFTP (SSH File Transfer Protocol/Secure File Transfer Protocol) was designed as an extension of SSH to provide file transfer capability, so it usually uses only the SSH port for both data and control.

In most SSH server installati*** you will have SFTP support, but FTPS would need the additional configuration of a supported FTP server.

接着是Vdub的回答:

FTPS (FTP/SSL) is a name used to provide a number of ways that FTP software can perform secure file transfers. Each way involves the use of a SSL/TLS layer below the standard FTP protocol to encrypt the control and/or data channels.

Pros:

  • Widely known and used
  • The communication can be read and understood by a human
  • Provides services for server-to-server file transfer
  • SSL/TLS has good authentication mechani**s (X.509 certificate features)
  • FTP and SSL/TLS support is built into many internet communicati*** frameworks

C***:

  • Does not have a uniform directory listing format
  • Requires a secondary DATA channel, which makes it hard to use behind firewalls
  • Does not define a standard for file name character sets (encodings)
  • Not all FTP servers support SSL/TLS
  • Does not have a standard way to get and change file or directory attributes

SFTP (SSH File Transfer Protocol) is a network protocol that provides file transfer and manipulation functionality over any reliable data stream. It is typically used with the SSH-2 protocol (TCP port 22) to provide secure file transfer, but is intended to be usable with other protocols as well.

Pros:

  • Has a good standards background which strictly defines most (if not all) aspects of operati***
  • Has only one connection (no need for a DATA connection)
  • The connection is always secured
  • The directory listing is uniform and machine-readable
  • The protocol includes operati*** for permission and attribute manipulation, file locking, and more functionality

C***:

  • The communication is binary and can not be logged “as is” for human reading
  • SSH keys are harder to manage and validate
  • The standards define certain things as optional or recommended, which leads to certain compatibility problems between different software titles from different vendors.
  • No server-to-server copy and recursive directory removal operati***
  • No built-in SSH/SFTP support in VCL and .NET frameworks

有什么要补充的解释吗?在评论中发出声音。想从其他精通技术的Stack Exchange用户那里了解更多答案吗?在这里查看完整的讨论主题。

  • 发表于 2021-04-11 07:36
  • 阅读 ( 195 )
  • 分类:互联网

你可能感兴趣的文章

是的,你可以随时编写代码:7个最适合android的html编辑器

你用你的安卓设备做什么?打电话?脸谱网?游戏?看新闻?编码? ...

  • 发布于 2021-03-14 22:55
  • 阅读 ( 228 )

哪种文件传输方法最适合您的家庭网络?

...接吗?NFS系统 想要一些真正不在乎你喜欢什么的东西吗?文件传输协议 你不在家的时候需要安全吗?SFTP公司 将音乐和视频流到电视上?德尔纳 ...

  • 发布于 2021-03-19 07:34
  • 阅读 ( 302 )

windows的5个最佳免费ftp客户端

...话说,即使有人拦截了你的传输,他们也看不到你在传输什么。 ...

  • 发布于 2021-03-25 21:12
  • 阅读 ( 248 )

什么是ftp?为什么需要ftp服务器?

... 那么,什么是FTP? ...

  • 发布于 2021-03-30 13:16
  • 阅读 ( 363 )

ftps和sftp有什么区别?

...Is SFTP better than FTPS? What is the difference between the two? 两者有什么区别?哪一个更好? 答案 超级用户贡献者NuTTyX和Vdub为我们提供了答案。首先,NuTTyX: They are two completely different protocols. FTPS is FTP with SSL for security. It uses a control channe...

  • 发布于 2021-04-11 07:36
  • 阅读 ( 195 )

如何使用sftp安全地将文件传输给其他人

...。在本指南中,我们将介绍安全版本的FTP–SFTP,以及为什么它是通过internet向其他人传输文件的一种极好的方式。 为什么选择sftp? 极客们总是遇到这样的问题:你的文件太大了,无法通过电子邮件或即时通讯工具传输。当然...

  • 发布于 2021-04-11 13:38
  • 阅读 ( 205 )

如何将远程sftp目录集成到windows资源管理器中

...将远程目录集成到Windows资源管理器中有多容易。 我为什么要这么做? 打开一个专用的SFTP客户机进行偶尔的文件传输并不是一件很麻烦的事,但是如果您经常访问远程目录,例如将torrent或NZB文件上载到watch目录,频繁更改web服...

  • 发布于 2021-04-11 18:57
  • 阅读 ( 181 )

swish在windows资源管理器中导航sftp连接

...P客户端只是为了找到一两个文件是一件痛苦的事。Swish将SFTP连接直接集成到Windows资源管理器中以避免麻烦。Swish将作为Windows资源管理器扩展安装,并显示为系统上已安装的驱动器。在这个驱动器中,您可以添加SFTP连接,并在资...

  • 发布于 2021-05-24 04:53
  • 阅读 ( 393 )

linux最佳ftp应用程序

...以在大型服务器上搜索你想要的文件。如果你知道你在做什么,你甚至可以调整很多更高级的选项来优化你的传输速度。同时,它的使用也非常简单,至少它的强大程度是如此。刚开始对新用户来说可能有点吓人,但只需点击几...

  • 发布于 2021-05-26 17:44
  • 阅读 ( 171 )

scp公司(scp)和sftp公司(sftp)的区别

...外,它们都没有任何文件大小限制。 覆盖的关键领域 1.什么是SCP-定义,功能2.什么是SFTP-定义,功能3.SCP和SFTP之间的区别-关键区别的比较 关键术语 SCP、SFTP、SSH 什么是scp公司(scp)? SCP代表安全复制协议。它是一种有助于在本地...

  • 发布于 2021-07-02 01:01
  • 阅读 ( 283 )
bfdqfgrojg491
bfdqfgrojg491

0 篇文章

相关推荐