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

  • From: Scott.Shafer@xxxxxxxxxxxxxxxxxx
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Tue, 15 Jun 2004 14:57:37 -0500

Do you have ssh/scp installed?

scp -rp username@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
>  

Other related posts: