bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] recursive download question


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] recursive download question
Date: Wed, 03 Nov 2010 14:34:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Have you looked at the --cut-dirs option?

Cheers,
Giuseppe



address@hidden writes:

> Hello,
>
> on my ftp server I Have files in the directory
> /srv/ftp/ikis/download
> and in some subdirectories
>
> I want to download the content of download to
>
> ~andreas/ikis
>
> e.g.
>
> /srv/ftp/ikis/download/myfile  ->~andreas/ikis/myfile
> /srv/ftp/ikis/download/subdir/test  ->~andreas/ikis/subdir/test
>
> With
> wget -r -Nnv --no-passive-ftp ftp://svc-ftpticket/ikis/download
> it creates ~andreas/srv/ftp/ikis/download/
>
> with -nH added it creates
> ~andreas/srv/ikis/download/
>
> I found no way to simply get the files into ~andreas/ikis and the
> respective subdirs.
>
> Thanks in advance
> Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]