It would a bad idea to try and deliver such big files over CF. A file of that size would take a very long time to download, and the likelihood of the http connection being lost is very high, which means users will need to keep trying to download from scratch, as has been stated, http is not really intended for this. As I suggested previously you could use FTP which would be a much better method as downloads can be resumed. You can provide your users with an FTP link from a webpage, if you need to generate a unique ftp login for each user then this can be done via CF as well using an FTP server with an API, such as gene6 FTP or Filezilla.
On Tue, Apr 19, 2011 at 5:32 PM, Kamru Miah <[email protected]> wrote: > > Hi Dean, > > The SFTP and SSH methods you suggested sounds very promising. > > Is there any products or Coldfusion code example to handle up to 50 GB > files available anywhere? > > Thanks, > > Kamru > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343852 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

