multiple downloads with scp

Hal Burgiss hal at burgiss.net
Wed Feb 8 14:32:21 UTC 2012


At least for some use cases ...

  for i in $list_of_stuff; do scp -r $i &;done

I prefer rsync myself in most use cases. It may open multiple connections,
I am not sure. But tends to be more efficient, and infiinitely more
configurable.

On Wed, Feb 8, 2012 at 8:47 AM, Peng Yu <pengyu.ut at gmail.com> wrote:

> Hi,
>
> scp seems to only allow single thread download when I want scp a
> directory of files. Is there way to download multiple files
> simultanously with scp? Or is there some similar tool that allow
> simultaneous download?
>
> --
> Regards,
> Peng
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>



-- 
Hal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20120208/85adb8f0/attachment.html>


More information about the ubuntu-users mailing list