I haven't found this in the documentation:
Is there way to supply the list of files to upload in a text file? I've been
doing this with a while loop, but each line starts a new process, so it's
not very efficient
Yes, but each line is a new shell process and opens and closes the
connection to the server.
I'm hoping for something like the wget parameter -i, which reuses open
connections.
Thanks
Dani
On Mon, Nov 8, 2010 at 9:19 PM, Jobe Bittman wrote:
> I generally take my file list and feed
You mean the options --files-from, --include-from and --exclude-from?
That would be nice...
Thanks
Dani
On Wed, Nov 10, 2010 at 6:18 PM, Michal Ludvig wrote:
> Hi guys,
>
> I like the idea too. Although I prefer to make the syntax more
> compatible with rsync, i.e
Michal