Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: ftp: how to get a directory with subdirs
- To: tlug@example.com
- Subject: Re: ftp: how to get a directory with subdirs
- From: Mike Fabian <mfabian@example.com>
- Date: 14 Sep 2000 11:19:10 +0200
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: ulrike@example.com's message of "Thu, 14 Sep 2000 18:14:39 +0900"
- References: <E13ZV6N-0006PB-00@example.com>
- Reply-To: mfabian@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <9oU-Z.A.ebD.BpJw5@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: mfabian@example.com
- User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Capitol Reef)
ulrike@example.com writes: > How can get a whole directory with ftp? I tried mget, but somehow this does not > work as I expected, I get messages like > > local: test/test.tmp remote: test/test.tmp > local: test/test.tmp: No such file or directory Create all the empty directories first locally, then it works with mget. Or better use ncftp. ncftp can easily get directories recursively with "get -R": mfabian@example.com:~$ ncftp NcFTP 3.0.0 beta 21 (October 04, 1999) by Mike Gleason (ncftp@example.com). ncftp> help get get: fetches files from the remote host. Usage: get [-flags] file1 [file2...] Flags: -R : Recursive. Useful for fetching whole directories. -z : Get the remote file X, and name it to Y. -a : Append entire remote file to the local file. -f : Force overwrite (do not try to auto-resume transfers). Examples: get README get README.* get "**Name with stars and spaces in it**" get -R new-files-directory get -z WIN.INI ~/junk/windows-init-file ncftp> -- Mike Fabian <mfabian@example.com>
- Follow-Ups:
- Re: ftp: how to get a directory with subdirs
- From: "Stephen J. Turnbull" <turnbull@example.com>
- References:
- ftp: how to get a directory with subdirs
- From: ulrike@example.com
Home | Main Index | Thread Index
- Prev by Date: ftp: how to get a directory with subdirs
- Next by Date: Re: new webpage: rikai.com
- Prev by thread: ftp: how to get a directory with subdirs
- Next by thread: Re: ftp: how to get a directory with subdirs
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links