Hi all,
I have an FTP server which is running FTPS (TLS/SSL) I need to be able to connect to this using a ruby on rails app.
Does anybody know of a method to do this. I have tried the Net:FTP libary but this doesn't appear to support explicit FTPS connections.
Thanks
Craig