Hi,
Could anyone tell me if there is any easier way to switch between SSL/TLS and normal FTP other than changing the code to establish a normal connection. Like enable or disable SSL/TLS using a flag?
Because if I turned off SSL/TLS in the server, the client( java code ) would still be expecting an SSL connection.
Thanks