Slinger Support for Encrypted FTP

To configure encrypted FTP transfers use either of the following methods:

More Secure

curl --ftp-ssl --cacert slinger.pem -T /some/path/file -u
production_ftpuser_1:pass1234 ftp://ftp1.slinger.icehook.com

Less Secure (no certificate)

  • Use the following command to connect via cURL:
curl --ftp-ssl -k -T /some/path/file -u
production_ftpuser_1:pass1234 ftp://ftp1.slinger.icehook.com