For example

% ls -l igSeqNt.gz
-r--r--r--    1 10001   30    11519420 Aug 29 17:13 igSeqNt.gz
% wget -nH -nv -m --cut-dirs=3 ftp://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/igSeqNt.gz 18:16:25 URL: ftp://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/igSeqNt.gz [2633] -> ".listing" [1]
igSeqNt.gz: Permission denied

FINISHED --18:16:26--
Downloaded: 2,633 bytes in 1 files
% wget -h | head
GNU Wget 1.10.1, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...

Mandatory arguments to long options are mandatory for short options too.

Startup:
  -V,  --version           display the version of Wget and exit.
  -h,  --help              print this help.
  -b,  --background        go to background after startup.
  -e,  --execute=COMMAND   execute a `.wgetrc'-style command.
%





On 2005/09/01, at 18:03, Hrvoje Niksic wrote:

Kentaro Ozawa <[EMAIL PROTECTED]> writes:

When the local file does not have write permission, wget displays
permission error.
wget version is 1.10 and 1.10.1.
wget 1.9.1 does not have this problem.

I'm not sure I understand you correctly, but I can't repeat what you
seem to describe.  For example:

$ touch index.html
$ chmod 0 index.html
$ wget www.cnn.com
--11:02:19--  http://www.cnn.com/
           => `index.html.1'
...
11:02:33 (29.90 KB/s) - `index.html.1' saved [62344/62344]

Do you have a recipe of how to repeat the problem?



Reply via email to