Les Mizzell wrote: > Could performance be improved by used cfftp along with cffile, or is > there really not much of a difference? Or is there a better ?best > practice" way for large files I'm not looking at yet?
CFFTP is used for ColdFusion to talk to FTP servers, not to "create" an ftp server that your users can connect to. For large files, we usually setup an ftp server and have them upload that way and provide a file browser in their admin to see the files uploaded on the ftp server to import wherever they need them instead of the "browse" button to upload a file through HTTP. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320505 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

