Re: moving files

2004-09-30 Thread Sean Davis
HTTP header, I imagine. There is a section in the CGI documentation about generating these headers. Sean On Sep 30, 2004, at 12:25 AM, Jeff Herbeck wrote: So, what kind of header are we talking about here. (I'm still learning) Jeff On Wed, 29 Sep 2004 12:43:46 -0600, Wiggins d Anconia <[EMAIL

Re: moving files

2004-09-29 Thread Jeff Herbeck
So, what kind of header are we talking about here. (I'm still learning) Jeff On Wed, 29 Sep 2004 12:43:46 -0600, Wiggins d Anconia <[EMAIL PROTECTED]> wrote: > Make sure to group reply so that others can help and be helped (and to > avoid getting accidentally ignored)...please bottom post... >

Re: moving files

2004-09-29 Thread Wiggins d Anconia
Make sure to group reply so that others can help and be helped (and to avoid getting accidentally ignored)...please bottom post... > OK, here is what I have so far > > use CGI; > use LWP::Simple; > $URL = "http://www.jeffherbeck.com/arch.doc";; > $remote_user = $ENV{REMOTE_USER}; > > getstore($U

Re: moving files

2004-09-25 Thread Wiggins d'Anconia
Jeff Herbeck wrote: Hello, I am trying to start a "transloading" and webhosting company. This will allow users to login via apache .htaccess type authentication and then be able to put a url of a file into a form and the script will go get that file, download it to the webserver into their html d