[Planetlab-users] how to transmit file in a batch manner

Tux9 tuxding at gmail.com
Sun Jan 15 07:22:18 EST 2012


The simplest way is

cat pl-list | while read line; do scp *******; done

or use some parallel tools to run scp command.

On Sun, Jan 15, 2012 at 12:25, 崔小龙 <sunshine870 at gmail.com> wrote:

> Hi, dear all!
>
> When I try to deploy my application on planetlab, I find it difficult to
> transmit my file to hundreds of nodes. Is there any method or tool that can
> do this in a batch manner?
>
> Any idea or instruction will be greatly appreciated!
>
> Sincerely yours,
> Xiaolong
>
> _______________________________________________
> Users mailing list: Users at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.planet-lab.org/pipermail/users/attachments/20120115/7bad8341/attachment-0001.html


More information about the Users mailing list