Re: wget question
You cannot use wildcard in wget. Instead, you should say something like:
wget -r -np ftp://ftp.twoguys.org:21/pub/kde/stable/latest/distribution/deb/potato/i386
Shao.
Antonio Rodriguez [arodriguez@worldnet.att.net] wrote:
> What is wrong with the following? Pasted next the output
> 
> bash-2.01$ wget
> ftp://ftp.twoguys.org/pub/kde/stable/latest/distribution/deb/potato/i386/*
> 
> --19:41:38--
> ftp://ftp.twoguys.org:21/pub/kde/stable/latest/distribution/deb/potato/i386/*
> 
>            => `.listing'
> Connecting to ftp.twoguys.org:21... connected!
> Logging in as anonymous ... Logged in!
> ==> TYPE I ... done.  ==> CWD
> pub/kde/stable/latest/distribution/deb/potato/i386 ... done.
> ==> PORT ... done.    ==> LIST ... done.
> .listing: Permission denied
> unlink: Permission denied
> No matches on pattern `*'.
> bash-2.01$
> Thanks
> Antonio.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 
-- 
____________________________________________________________________________
Shao Zhang - Running Debian 2.1  ___ _               _____
Department of Communications    / __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia               |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: shao@cia.com.au                                                  |___/ 
_____________________________________________________________________________
Reply to:
- References:
- wget question
- From: Antonio Rodriguez <arodriguez@worldnet.att.net>