Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: Does command-line FTP/SFTP have a "recurse" switch?

Re: OT: Does command-line FTP/SFTP have a "recurse" switch?

From: Jeff Herrick <jherrick_at_igs.net>
Date: Tue, 15 Jun 2004 14:17:16 -0400 (EDT)
Message-ID: <20040615141130.X3888-100000@mailbox1.avalonworks.net>

Use 'mget' for FTP ..... SFTP (at least the PuTTY version) doesn't support the command, but hey it's free =8-) ... I was modifying the source anyway to use some C++ classes so I 'rolled my own' mget command...but it really just parses the directory (using the RegExp COM object) and then does individual 'gets'.

HTH Jeff Herrick - back in the land of coders...but having a ball!

On Tue, 15 Jun 2004, Michael Milligan wrote:

> To select all files in a directory?
>
> Thanks,
>
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Jun 15 2004 - 13:14:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US