[S3tools-general] Argument list in text file

2010-11-08 Thread dani
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

Re: [S3tools-general] Argument list in text file

2010-11-08 Thread dani
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

Re: [S3tools-general] Argument list in text file

2010-11-10 Thread dani
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