CURL (http://curl.haxx.se/) is helpful if you need to upload files through a form. I use bash scripts with curl to import files. Troy -----Original Message----- From: Joel Burton [mailto:jburton@scw.org] Sent: Friday, March 09, 2001 8:16 AM To: Tino Wildenhain Cc: zope@zope.org Subject: Re: [Zope] Telnet to Port 8080 On Fri, 9 Mar 2001, Tino Wildenhain wrote:
Hi Karthick,
you will the specification how to encode authentication information in rfc2616 (www.faqs.org) Basically is a base64 encoded string consisting of username:password
For simplicity's sake, you might want to consider using a tool like wget, which will let you pass the auth info as a command line switch... it's less tedious than doing the telnetting yourself. _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )