CFFTP would be through ColdFusion, FTP would be through an FTP server such
as Ws_FTP32

<CFFTP
ACTION="PutFile"
SERVER="ftp.yourdomain.com"
USERNAME="#client.username#"
PASSWORD="#client.password#'
LOCALFILE="#serverfile#
REMOTEFILE="#serverfile#
> 


> -----Original Message-----
> From: Chris Hamer [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 8:00 AM
> To:   CF-Server
> Subject:      RE: Oracle outputting a file
> 
> Could you elaborate, please?
> 
> 
> >Why not use FTP or CFFTP
> 
> 
> >> Is there a way to get oracle to write a csv file through coldfusion.
> Does
> >> oracle have a 'bcp' type program like sql server?
> >> I know about <cffile>, and it kills the cf server to write a large
> file.
> 
> Chris Hamer
> Web Development
> ImageServe, Inc.
> http://www.imageserve.com
> [EMAIL PROTECTED]
> 
> 
> --------------------------------------------------------------------------
> ----
> To unsubscribe, send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to