[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: upload multiple files to an ftp server using parallel
From: |
Ole Tange |
Subject: |
Re: upload multiple files to an ftp server using parallel |
Date: |
Sun, 26 Feb 2012 02:54:23 +0100 |
On Sun, Feb 26, 2012 at 1:36 AM, Uma Nagaswamy <uma.nagaswamy@gmail.com> wrote:
> Hi Ole,
> FYI: I got it working :) !
>
> cat list_of_large_files | parallel -k -j+4 -n 1 -m 'echo put {}| ftp
> ftp.server.com'
Great. You probably do not need:
-k -n 1 -m
And you may want to adjust -j+4 so you hit the full bandwidth but not
too much more than that.
/Ole
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: upload multiple files to an ftp server using parallel,
Ole Tange <=