Re: wget question

2010-08-03 Thread Andre Majorel
On 2010-08-03 15:56 -0400, Curt Howland wrote: > All I want to do is download all the files in a specific directory. > http://media.mises.org/mp3/MU2010/ > > But wget http://media.mises.org/mp3/MU2010/ just gets the index.html > file, wget http://media.mises.org/mp3/MU2010/* returns an error, an

Re: wget question

2010-08-03 Thread Jordon Bedwell
On 8/3/2010 2:56 PM, Curt Howland wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I've wanted to do one thing with wget that just seems like it should be easy, but I haven't been able to get a combination of "recurse" and "level" that will do it. All I want to do is download all the f

wget question

2010-08-03 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I've wanted to do one thing with wget that just seems like it should be easy, but I haven't been able to get a combination of "recurse" and "level" that will do it. All I want to do is download all the files in a specific directory. The direct

Re: wget question

2000-03-27 Thread Antonio Rodriguez
You are right, the error was that I had created the directory as root, and was trying to write as user. Now it is working, thanks a lot Antonio. Shao Zhang wrote: > What version of wget are you using? > Are you actually in the directory that is writable by the user? > > Mine is 1.5.3 and it wor

Re: wget question

2000-03-27 Thread Shao Zhang
What version of wget are you using? Are you actually in the directory that is writable by the user? Mine is 1.5.3 and it works. See output below: [13:32|pts/[EMAIL PROTECTED] % wget -r -np ftp://ftp.us.kde.org:21/pub/kde/stable/latest/distribution/deb/potato/i386/ --13:34:26-- ftp://ftp.us.kde.org

Re: wget question

2000-03-27 Thread Eric G . Miller
On Mon, Mar 27, 2000 at 07:44:18PM +, Antonio Rodriguez 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/distribu

Re: wget question

2000-03-27 Thread Antonio Rodriguez
I just tried, didn't work. Next is the output: bash-2.01$ wget -r -np ftp://ftp.us.kde.org/pub/kde/stable/latest/distribution/deb/potato/i386/ --20:17:23-- ftp://ftp.us.kde.org:21/pub/kde/stable/latest/distribution/deb/potato/i386/ => `ftp.us.kde.org/pub/kde/stable/latest/distributio

Re: wget question

2000-03-27 Thread Shao Zhang
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 [EMAIL PROTECTED] wrote: > What is wrong with the following? Pasted next the output > > bash-2.01$ wget > ftp

wget question

2000-03-27 Thread Antonio Rodriguez
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