Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT: Does command-line FTP/SFTP have a "recurse" switch?
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
>
-- 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
![]() |
![]() |