Re: Streaming a file to a remote user

2004-04-02 Thread Shaun Fryer
Hi Jason, Good advice. Keep in mind that it was just something to get him started. I don't have time to write the software for him in entirety unless I'm getting paid, so I just sent off some code I've had sitting around in partial completion in my dev/ folder for a couple years now. It works

RE: Streaming a file to a remote user

2004-03-30 Thread Charles K. Clarkson
On Friday, March 26, 2004 12:50 AM, Shaun Fryer [EMAIL PROTECTED] wrote: : : 4. Decoded file is streamed to user, who saves the file locally. : Jason [snip] : #!/usr/bin/perl : : ## : To download a file via a GET request :

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
4. Decoded file is streamed to user, who saves the file locally. Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. --

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
4. Decoded file is streamed to user, who saves the file locally. Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. --

RE: Streaming a file to a remote user

2004-03-26 Thread Traeder, Philipp
I'm trying to figure out a way to stream a file to a remote user, and be able to determine that the download completed, so I can delete the file being streamed. I may be missing an obvious way to do this, so I'm hoping you all can help me out. Here's the sequence of events I'm after:

RE: Streaming a file to a remote user

2004-03-26 Thread Wiggins d Anconia
I'm trying to figure out a way to stream a file to a remote user, and be able to determine that the download completed, so I can delete the file being streamed. I may be missing an obvious way to do this, so I'm hoping you all can help me out. Here's the sequence of events I'm

Streaming a file to a remote user

2004-03-25 Thread Price, Jason (TLR Corp)
I'm trying to figure out a way to stream a file to a remote user, and be able to determine that the download completed, so I can delete the file being streamed. I may be missing an obvious way to do this, so I'm hoping you all can help me out. Here's the sequence of events I'm after: 1. User

Re: Streaming a file to a remote user

2004-03-25 Thread Paul D. Kraus
On Thursday 25 March 2004 12:02 pm, Price, Jason (TLR Corp) wrote: I'm trying to figure out a way to stream a file to a remote user, and be able to determine that the download completed, so I can delete the file being streamed. I may be missing an obvious way to do this, so I'm hoping you all