ssl - "SFTP"和 "FTP over SSL"是一回事吗?

标签 ssl ftp sftp ftps

<分区>

我需要编写一个程序来将一些文件发送到 SFTP 服务器。我用谷歌搜索,但发现有类似的东西叫做“FTP over SSL”。

它们一样吗?

最佳答案

维基百科解释了差异:http://en.wikipedia.org/wiki/FTPS

FTPS (also known as FTP Secure and FTP-SSL) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.

FTPS should not be confused with the SSH File Transfer Protocol (SFTP), an incompatible secure file transfer subsystem for the Secure Shell (SSH) protocol. It is also different from Secure FTP, the practice of tunneling FTP through an SSH connection.

关于ssl - "SFTP"和 "FTP over SSL"是一回事吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8599862/

相关文章:

python - ftplib 问题不放置文件

python - 代理背后的 PyQt + QtWebkit

ssl - 如何使用配置 OpenSSL 的策略来签署具有多个 OU 的证书?

authentication - 403.7 禁止在 Owin 自托管 Web API 2 中使用客户端证书身份验证

linux - Ftp 备份文件夹下载为文件,我找不到 .tar.gz 文件

ios - 用指针转换 CFDictionaryRef?

php - Laravel 5.1 SSH - 无法连接到远程服务器

C# SharpSSH 更改 SFTP 端口。

Python:如何通过 SSH 和 paramiko 复制文件而不使用 sftp

java - 使用 Java Servlet 的 HTTPS 数据加密