I'm adding an FTP download facility to my software and don't want to have to set any options if possible, just a ftp URL and destination filename.
I implemented an SSL IOHandler which works, but if the server doesn't support SSL, the Connect fails. Is there any automated method to revert to a non-SSL connection attempt if the server doesn't support it? Or do I have to try a Connect and if it fails with the relevant error, then change the IOHandler to nil and try again? Cheers. _______________________________________________ Delphi mailing list [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi
