Re: FTP vs HTTP

2002-02-20 Thread Howie Hamlin
For a file like that I would definitely use FTP - that is what FTP is for. Most modern ftp servers and clients support resume for one thing (only http/1.1 supports resume and I'm not sure how many web clients support it). And, although there may or may not be a risk using anonymous access to

RE: FTP vs HTTP

2002-02-20 Thread Mark A. Kruger - CFG
, February 20, 2002 9:55 AM To: CF-Talk Subject: Re: FTP vs HTTP For a file like that I would definitely use FTP - that is what FTP is for. Most modern ftp servers and clients support resume for one thing (only http/1.1 supports resume and I'm not sure how many web clients support it). And, although

RE: FTP vs HTTP

2002-02-20 Thread Rick Walters
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 3:39 PM To: CF-Talk Subject: RE: FTP vs HTTP Ditto to howie - http servers and processes are also usually configured to timeout long running request in order to enhance server performance and overall user experience. FTP is a better choice

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:58 PM To: CF-Talk Subject: RE: FTP vs HTTP Good Suggestions, I agree that FTP is a better way to push large files. Problem is, I need to justify opening an anonymous access. The idea that it might boost performance would be a plus, but I'm

RE: FTP vs HTTP

2002-02-20 Thread Alex
. Justin Waldrip [EMAIL PROTECTED] -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:58 PM To: CF-Talk Subject: RE: FTP vs HTTP Good Suggestions, I agree that FTP is a better way to push large files. Problem is, I need

RE: FTP vs HTTP

2002-02-20 Thread Alex
comparisons. -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 3:39 PM To: CF-Talk Subject: RE: FTP vs HTTP Ditto to howie - http servers and processes are also usually configured to timeout long running request in order

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
]] Sent: Wednesday, February 20, 2002 1:34 PM To: CF-Talk Subject: RE: FTP vs HTTP did you read the size...file (35M) On Wed, 20 Feb 2002, Justin Waldrip wrote: Why not write a routine that will copy the file into the anonymous area of the ftp server when a user initiates a download? That way you