What is my problem?
Im trying to put my output into a dir:
~/test/
I type
wget -P/test -nH --cut-dirs=3 -r -l 2
ftp://tgftp.nws.noaa.gov/data/forecasts/city/

but, I get

--15:51:40--  ftp://tgftp.nws.noaa.gov:21/data/forecasts/city/
           => `/test/.listing'
Connecting to tgftp.nws.noaa.gov:21... connected!
Logging in as anonymous ... Logged in!
==> TYPE I ... done.  ==> CWD data/forecasts/city ... done.
==> PORT ... done.    ==> LIST ... done.
/test: Permission denied/test/.listing: No such file or directory
unlink: No such file or directory
--15:51:40--  ftp://tgftp.nws.noaa.gov:21/data/forecasts/city/
           => `/test/index.html'
Connecting to tgftp.nws.noaa.gov:21... connected!
Logging in as anonymous ... Logged in!
==> TYPE I ... done.  ==> CWD data/forecasts/city ... done.
==> PORT ... done.    ==> RETR  ...
No such file `'.


Reply via email to