Is there a way to use SSL authentication with ftp in wget? I have tried running through all the --sslprotocol= options to no avail. The url I'm using is ftp://test:[EMAIL PROTECTED]/.
The -d output looks like this: Logging in as test ... 220 xxxx FTP server --> USER test 331 Password required for test. --> PASS test 530 SSL is mandatory. Login incorrect. Closing fd 1928 Thanks, Shawn.
