bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Failed Login


From: Micah Cowan
Subject: Re: [Bug-wget] Failed Login
Date: Fri, 26 Nov 2010 21:33:13 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

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:address@hidden:990/folder/filename.rar -o 
> "C:\Work\filename.rar"
> 
> Using wget I tried the following:wget --secure-protocol=SSLv3 
> --no-check-certificate ftp://username:address@hidden:990/folder/filename.rar
> Any idea why the login fails?Thanks.
> Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]