Page 1 of 1

Script to upload multiple files

Posted: Fri Aug 16, 2002 10:05 pm
by mentat
Since I'm full of suggestions today, it would be uberhandy if someone could whip up a script that would authenticate the observer and then upload multiple files using the appropriate goo. Something like "./wigle_upload.pl *.xml.gz" or whatever.

files

Posted: Sat Aug 17, 2002 12:44 am
by bobzilla
You could always concatenate all the files together, but that can get dangerous since http uploads aren't the most stable of data transports. :)

parser

Posted: Sun Aug 25, 2002 8:52 am
by mentat
Will the parser correctly handle concatinated XML files?

parser

Posted: Sun Aug 25, 2002 10:36 am
by bobzilla
It should, it just splits on network and regex's out the pieces it needs.

line limit

Posted: Mon Aug 26, 2002 9:28 am
by mentat
100,000 line limit :) guess I have to split it up.

limit

Posted: Mon Aug 26, 2002 11:49 am
by bobzilla
Sorry, thought that was more than reasonable at the time :)