Uploading to jigedit via the command line

I've found a handy tool called cURL that allows one to upload files via HTTP
PUT to the W3C site from the command line.

Grab it at: http://curl.haxx.se/

The command line to put something is simply:

curl -T page.html http://jigedit.w3.org/user/WWW/page.html -u user:password

More information at: http://logicerror.com/cURL

Hope this is helpful,
-- 
[ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com/> ]

Received on Thursday, 20 December 2001 14:49:18 UTC