Results 1 to 4 of 4
i've read the wget manual but not with good example, how using wget on ftp protocol,
1. say that ftp server is can access with anonymous user, am i have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-09-2004 #1Just Joined!
- Join Date
- Feb 2004
- Location
- Indonesia
- Posts
- 84
wget
i've read the wget manual but not with good example, how using wget on ftp protocol,
1. say that ftp server is can access with anonymous user, am i have to type anonymous user and with my email password ?
i am using http protocol and succed, but some mirror near me only ftp server available, that's my problem is
$wget http://www.planetmirror.com/K12LTSP-4.1.1-disc1.iso &
(after this command will download iso files from planetmirror and show some progress bar)
and how with ftp
- 11-09-2004 #2orCode:
wget ftp://username:password@host
Code:wget ftp://ftp.host.com/folder/iso.iso
- 11-09-2004 #3Just Joined!
- Join Date
- Feb 2004
- Location
- Indonesia
- Posts
- 84
thank you kriss for your info
but i didn't configure /etc/wgetrc
what i mean is on
passive_ftp = on
on default instalation is off
- 12-12-2004 #4Just Joined!
- Join Date
- Dec 2004
- Location
- N/A
- Posts
- 2
wget --passive-ftp ftp://............
Originally Posted by kamtono


Reply With Quote
