Networking Forums

Networking Forums > Computer Networking > Linux Networking > is there an easy way to download with WGET??

Reply
Thread Tools Display Modes

is there an easy way to download with WGET??

 
 
Ka
Guest
Posts: n/a

 
      08-21-2003, 05:29 AM
if there is some special symbol in url, for example,
the USER=iamuser@some_class
and PASS=ok you do:and space

and if the url is ftp://USER:PASS@any_ftp_site.com/some_dir/some_files/
the USER has "@", and PASS has space and colon,
how to set wget to download a site with such name and password easily??

it makes me confused~~~..

Thanks advanced~~




 
Reply With Quote
 
 
 
 
Paul Colquhoun
Guest
Posts: n/a

 
      08-22-2003, 01:40 AM
On Thu, 21 Aug 2003 13:29:33 +0800, Ka <(E-Mail Removed)> wrote:
| if there is some special symbol in url, for example,
| the USER=iamuser@some_class
| and PASS=ok you do:and space
|
| and if the url is ftp://USER:PASS@any_ftp_site.com/some_dir/some_files/
| the USER has "@", and PASS has space and colon,
| how to set wget to download a site with such name and password easily??
|
| it makes me confused~~~..
|
| Thanks advanced~~


Have you tried going 'man wget' and reading the instructions?

You might find these options usefull:

--http-user=user
--http-passwd=password
Specify the username user and password password
on an HTTP server.


--
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
Asking for technical help in newsgroups? Read this first:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
 
Reply With Quote
 
Ka
Guest
Posts: n/a

 
      08-22-2003, 11:59 AM

"Paul Colquhoun" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) u...
> On Thu, 21 Aug 2003 13:29:33 +0800, Ka <(E-Mail Removed)> wrote:
> | if there is some special symbol in url, for example,
> | the USER=iamuser@some_class
> | and PASS=ok you do:and space
> |
> | and if the url is ftp://USER:PASS@any_ftp_site.com/some_dir/some_files/
> | the USER has "@", and PASS has space and colon,
> | how to set wget to download a site with such name and password easily??
> |
> | it makes me confused~~~..
> |
> | Thanks advanced~~
>
>
> Have you tried going 'man wget' and reading the instructions?
>
> You might find these options usefull:
>
> --http-user=user
> --http-passwd=password
> Specify the username user and password password
> on an HTTP server.
>

yeah, thanks, but I want to try a ftp link~

-K
>
> --
> Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
> Asking for technical help in newsgroups? Read this first:
> http://www.tuxedo.org/~esr/faqs/smart-questions.html



 
Reply With Quote
 
Peter Jones
Guest
Posts: n/a

 
      08-23-2003, 01:56 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"Ka" <(E-Mail Removed)> wrote in news:bi51jl$1qb6$(E-Mail Removed):

>> Have you tried going 'man wget' and reading the instructions?
>>
>> You might find these options usefull:
>>
>> --http-user=user
>> --http-passwd=password
>> Specify the username user and password password
>> on an HTTP server.
>>

> yeah, thanks, but I want to try a ftp link~


info wget


Place the following in your $HOME/.wgetrc file:

login = user@ftpsite
passwd = password:whatever

If the password has spaces in it, you may need to put inverted
commas around the string, or it may work just fine without them.
YMMV. My suggestion *there* would be to change your login
password on the server to something without spaces, if it still
gives you trouble...

Pete.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32) - GPGshell v2.92

iD8DBQE/Rsm3+UBczSmm6F8RAg++AJ4hB5DRmnYog/nmLigb9ub/uB+R7QCeMWko
VTMP/RJ0pe85q9ySVAHg9WI=
=88Ys
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Ka
Guest
Posts: n/a

 
      08-24-2003, 03:57 AM

"Peter Jones" <(E-Mail Removed)> wrote in message
news:Xns93E0797BFB42Cprjpp1516202119@210.49.20.254 ...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> "Ka" <(E-Mail Removed)> wrote in news:bi51jl$1qb6$(E-Mail Removed):
>
> >> Have you tried going 'man wget' and reading the instructions?
> >>
> >> You might find these options usefull:
> >>
> >> --http-user=user
> >> --http-passwd=password
> >> Specify the username user and password password
> >> on an HTTP server.
> >>

> > yeah, thanks, but I want to try a ftp link~

>
> info wget
>
>
> Place the following in your $HOME/.wgetrc file:
>
> login = user@ftpsite
> passwd = password:whatever
>
> If the password has spaces in it, you may need to put inverted
> commas around the string, or it may work just fine without them.
> YMMV. My suggestion *there* would be to change your login
> password on the server to something without spaces, if it still
> gives you trouble...
>
> Pete.


Thanks, I've already accomplished the purpose with ncftpget,
which is great!

-K

>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (MingW32) - GPGshell v2.92
>
> iD8DBQE/Rsm3+UBczSmm6F8RAg++AJ4hB5DRmnYog/nmLigb9ub/uB+R7QCeMWko
> VTMP/RJ0pe85q9ySVAHg9WI=
> =88Ys
> -----END PGP SIGNATURE-----



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
wget and testing a website steve Linux Networking 5 06-29-2006 05:02 PM
Can wget 'ban' sites? veg_all@yahoo.com Linux Networking 4 10-26-2005 06:22 PM
Cannot ping but can wget or browse. AnonymousFC3 Linux Networking 3 01-28-2005 12:19 AM
wget and certificates? Karl Moosberg Linux Networking 7 08-01-2004 06:53 PM
is there an easy way to download with WGET?? Ka Linux Networking 16 08-25-2003 02:21 AM



1 2 3 4 5 6 7 8 9 10 11