bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] recursive download question


From: andreas . moroder
Subject: [Bug-wget] recursive download question
Date: Wed, 03 Nov 2010 07:37:11 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.3.7)

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]