Re: download directories in ftp?

2001-10-19 Thread martin f krafft
* Rohan Deshpande [EMAIL PROTECTED] [2001.10.19 15:20:29-0500]:
 Just wondering if there was a way to download full directories and their
 contents from remote places in the program 'ftp'.  In the directory
 containing the directories and the contents that I want, i tried 'get *'
 but it wouldn't work .. any ideas?

mget *
but make sure to start ftp with the -i option or you will be asked for
every file.

also, have a look at ncftp, which is much better and allows recursive
downloads...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
  
i am willing to make the mistakes
if someone else is willing to learn from them.


pgphe128F1RUM.pgp
Description: PGP signature


Re: download directories in ftp?

2001-10-19 Thread Paul 'Baloo' Johnson
On Fri, 19 Oct 2001, Rohan Deshpande wrote:

 Just wondering if there was a way to download full directories and their
 contents from remote places in the program 'ftp'.  In the directory
 containing the directories and the contents that I want, i tried 'get *'
 but it wouldn't work .. any ideas?

Wrong tool for the job.  Go check out wget and it's man page.  You're
probably looking for somehting along the lines of

$ wget -mirror ftp://user:[EMAIL PROTECTED]/your/path/here/

Optionally, you can add a -quiet flag and amp it off to the background.
Be sure you execute this in the directory you want the files to be in
before you start.

-- 
Baloo



Re: download directories in ftp?

2001-10-19 Thread Hall Stevenson
 Just wondering if there was a way to download full
 directories and their contents from remote places in
 the program 'ftp'.  In the directory containing the
 directories and the contents that I want, i tried
 'get *' but it wouldn't work .. any ideas?

I believe ncftp (a nicer version of ftp) has an 'mget' option
which, I think, is for 'multiple get'.

Hall



Re: download directories in ftp?

2001-10-19 Thread Alexander Wallace
mget *, there are some options to make it not ask you but I don't remember
now... Sorry..,

On Fri, 19 Oct 2001, Rohan Deshpande wrote:

 Hi all,
 
 Just wondering if there was a way to download full directories and their
 contents from remote places in the program 'ftp'.  In the directory
 containing the directories and the contents that I want, i tried 'get *'
 but it wouldn't work .. any ideas?
 
 Cheers,
 Rohan
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



Re: download directories in ftp?

2001-10-19 Thread Stephen Ryan
On 19 Oct, Alexander Wallace wrote:
 mget *, there are some options to make it not ask you but I don't remember
 now... Sorry..,
 
 On Fri, 19 Oct 2001, Rohan Deshpande wrote:
 
 Hi all,
 
 Just wondering if there was a way to download full directories and their
 contents from remote places in the program 'ftp'.  In the directory
 containing the directories and the contents that I want, i tried 'get *'
 but it wouldn't work .. any ideas?
 
 Cheers,
 Rohan

prompt

This command will toggle between the modes where it asks you and where
it doesn't ask you.  Interactive mode OFF means it won't ask you,
Interactive mode ON means it will.

HTH,
-- 
Stephen RyanDebian GNU/Linux
Technology Coordinator
Center for Educational Outcomes
at Dartmouth College



RE: download directories in ftp?

2001-10-19 Thread Kris Huber
'prompt' toggles whether it asks you or not.

-Original Message-
From: Alexander Wallace [mailto:[EMAIL PROTECTED]
Sent: Friday, October 19, 2001 9:22 AM
To: Rohan Deshpande
Cc: Debian-User Mailing List
Subject: Re: download directories in ftp?


mget *, there are some options to make it not ask you but I don't remember
now... Sorry..,

On Fri, 19 Oct 2001, Rohan Deshpande wrote:

 Hi all,
 
 Just wondering if there was a way to download full directories and their
 contents from remote places in the program 'ftp'.  In the directory
 containing the directories and the contents that I want, i tried 'get *'
 but it wouldn't work .. any ideas?
 
 Cheers,
 Rohan
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]