masneyb / gftp

gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
http://www.gftp.org
MIT License
116 stars 21 forks source link

FPTS: optional unencrypted data channel #134

Closed wdlkmpx closed 2 years ago

wdlkmpx commented 2 years ago

FTPS needs some options in the preferences dialog and this is one. The control channel must always be encrypted of course.

I guess this possible option only applies to Explicit TLS, some servers seem to require PROT P for implicit TLS: vsftpd (I had to add PROT P), filezilla server? https://trac.filezilla-project.org/ticket/2581

Reasons:

As an alternative to SSH where transfers are really slow and there's no way to disable encryption for file transfers

I can't find the link, but I also read that in some rare cases, PROT C enables transfers that for some reason are not possible with PROT P