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