AUTH TLS mode

Any plan to support AUTH TLS mode before login so i dont have to use function ObjFTP.Protocol = 2, maybe something like ObjFTP.AutoTLS = True

Thanks

Hm?

If the protocol is set to ftpProtocolSSLExplicit (numeric: 2) the AUTH TLS/SSL is automatically sent before the login. Why would you send AUTH TLS without the intention to establish a secure connection?

Regards,
SmartFTP

Says if you have ObjFTP.Protocol set to 0, you could use AUTH TLS to see if SSL mode is enabled and use it if not use normal login?

thanks

Set the Protocol to SSL Explicit. Connect. If it fails, check for the last return code/reply and set the Protocol to Normal and connect again.
-Mat