I am a new user of Wget on Windows. The version I use is 1.9.1 running of
Windows XP.
I can download a file from a remote ftp server via Microsoft Internet
Explorer with the command:

ftp://user_name:[EMAIL PROTECTED]/full_file_path

However, I want to make my file transfer process automatic and I select to
use wget so that the
process can be started from a script.

The command I use :
       wget
ftp://user_name:[EMAIL PROTECTED]/full_file_path
    The result is:
                        Winsock error: 10060
                failed: No such file or directory

I tried also to add the following options:
               --proxy=off  --passive-ftp
               --proxy=on  --passsive-ftp
               --proxy=on
               --proxy=off
     The result is:
               failed: No such file or directory (the Winsock error does
not appear)

Can any one help?  (I am not subscribed yet, please cc me when reply.
Thanks a lot)


Paul Kwok

Reply via email to