PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ftp verzeichnis herunterladen



kinnla
22.05.04, 12:02
Hi,
wie kann ich über Konsole ein ftp-Verzeichnis mit allen Unterverzeichnissen und darin enthaltenen Dateien herunterladen? Ich habe es mit wget probiert, aber im Manual steht:

If you specify a directory, Wget will retrieve the directory listing, parse it and convert it to HTML.
und so sieht es dann auch aus:

11:59:53 (506.84 KB/s) - `ftp.xxx.de/folder/.listing' saved [519]

Gibt es magische Parameter für wget, damit es tut was ich will? Oder ein anderes Tool?

Danke,
+++ kinnla

core
22.05.04, 14:23
Mit ncftp geht das wunderbar, zusätzlich gibt es dabei noch ncftpget.

Gruss

Fußhupe
22.05.04, 16:08
Hallo Core,

bist Du so nett und gibst mir / uns ein Beispiel für die Anwendung von ncftp? man ncftp hilft mir nicht weiter?

Danke im Voraus.


Gruß
Fußhupe

Fußhupe
22.05.04, 16:53
Hat sich erledigt. Google hat geholfen.


Gruß
Fußhupe

core
22.05.04, 20:28
In der man page von ncftpget sind viele Beispiele..


You can retrieve an entire directory tree of files by using the -R flag. However, this will
work only if the remote FTP server is a UNIX server, or emulates UNIX's list output. Example:

$ ncftpget -R ftp.ncftp.com /tmp /pub/ncftp

This would create a /tmp/ncftp hierarchy.