-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
After #36 I read about FTPS, SFTP and FTP over SSH.
-
SFTP is SSH extension and we should ignore it
-
FTPS is extension of FTP (https://tools.ietf.org/html/rfc2228)
-
FTP over SSH is (as I realized) just tunneling and have problems(?) with data connections
-
implicit ftps mode (Add implicit FTPS support #81)
-
explicit ftps mode (add client support for explicit tls #183)