Top "Ftps" questions

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.

Python FTP implicit TLS connection issue

I have a need to connect to FTPS server to which I am able to connect successfully using lftp. However, …

python ssl ftp ftplib ftps
The underlying connection was closed. The server committed a protocol violation

I am trying to get the directory list of a FTPS FileZilla server using the code below : ftpRequest = (FtpWebRequest)FtpWebRequest.…

c# ssl ftpwebrequest filezilla ftps
ftp_ssl_connect with implicit ftp over tls

Can ftp_ssl_connect handle Implicit FTP over TLS? By default it uses explicit. I'm trying to upload to a …

php ftp ssl ftps
How to connect to FTPS server with data connection using same TLS session?

Environment: I'm using Sun Java JDK 1.8.0_60 on 64-bit Windows 7, using Spring Integration 4.1.6 (which internally appears to use Apache Commons Net 3.3 …

java ftp ftps apache-commons-net session-reuse
Is "SFTP" and "FTP over SSL" a same thing?

I need to write a program to send some files to an SFTP server. I googled, but found there is …

ssl ftp sftp ftps
What would be a recommended choice of SSIS component to perform SFTP or FTPS task?

Sometimes normal FTP doesn't quite cut it... When you need to do secure FTP via SSIS packages, which product would …

ssis ftp sftp ftps
FTPS problem: "A TLS packet with unexpected length was received."

I'm trying to connect to an FTPS server (not SFTP). I am connecting from a linux system, so I have …

php ftps
FTPS connection with SFTP/FTP Sublime Text plugin

Can I use Sublime SFTP plugin (from here) to make an FTPS connection type? I was previously working with Notepad++ …

sublimetext ftp-client ftps
FTP over SSL for C#

I'm using the code below (needs to be .Net 2.0) to connect on a UAT server to a customer FTP server …

c# ssl ftp ftps
How to fix FileZilla's response: "550 The supplied message is incomplete. The signature was not verified."?

How to fix FileZilla's response: 550 The supplied message is incomplete. The signature was not verified. What is wrong with this? …

ftp ftps