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: <Scott.Shafer_at_dcpds.cpms.osd.mil>
Date: Tue, 15 Jun 2004 14:57:37 -0500
Message-ID: <D5DBDB57DE20D711ABF9000629261E9101D32E97@SATXPO1>


Do you have ssh/scp installed?

scp -rp username_at_server:/top_dir/* .

will copy files recursively (-r) and preserve permissions (-p).

Scott Shafer
San Antonio, TX

Michael Milligan wrote:

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



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 - 14:51:39 CDT

Original text of this message

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