ftpgrab icon indicating copy to clipboard operation
ftpgrab copied to clipboard

Support FTP over explicit TLS

Open com6056 opened this issue 9 months ago • 0 comments

Description

👋 First off, thanks so much for the awesome project! 🎉

Right now it looks like if you enable TLS, we only use DialWithTLS.

Some FTP servers require a separate explicit TLS setting though which seems as easy as just using DialWithExplicitTLS.

It would be great to add a separate (mutually exclusive from tls) config flag, maybe named explicitTLS, that would useDialWithExplicitTLS instead.

Thanks! 🙌

com6056 avatar Mar 04 '25 04:03 com6056