In your curl command, you're using ftps; in your wget command, you're using ftp, in which case the SSL-related options are useless. Unfortunately, Wget doesn't currently support ftps, so there's not much you can do about this. :\
-mjc On 11/25/2010 08:22 AM, Michele Mor wrote: > Hi. > I am successfully connecting and downloading a file from a ftp site using > curl.I am trying to do the same using wget (easier to download multiple > files), but I have a failed login. > Note that I use Win and I have installed Wget 1.11-4. > The curl line that I use is:curl --insecure > ftps://username:passw...@ftpserver:990/folder/filename.rar -o > "C:\Work\filename.rar" > > Using wget I tried the following:wget --secure-protocol=SSLv3 > --no-check-certificate > ftp://username:passw...@ftpserver:990/folder/filename.rar > Any idea why the login fails?Thanks. > Michele
