macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

CFFTP Errors

Subject: CFFTP Errors
From: "Mark Forsberg" <webforumsuser@xxxxxxxxxxxxxx>
Date: Mon, 30 Jul 2007 21:04:35 +0000 (UTC)
Newsgroups: macromedia.coldfusion.cfml_general_discussion

I'm using the following code to move a file from our CF Server to a 
 Client's FTP server. When I run it I get the error: 

 cfftp.errorcode     -1 
 cfftp.ErrorMessage  Truncated server reply: 
 cfftp.succeeded  No 


 I'm able to connect to the client's ftp site with a 3rd party ftp 
 client, but not CF 7.02 


 <cfftp action="open" 
     username="#ARGUMENTS.ftp_user#" 
      password="#ARGUMENTS.ftp_password#" 
           server="#ARGUMENTS.ftp_site#" 
    connection="myFileUpload" 
    stoponerror="no" 
          passive="yes"> 


 Has anyone run into this issue? 
 Thanks. 


 Mark F. 





<Prev in Thread] Current Thread [Next in Thread>
  • CFFTP Errors, Mark Forsberg <=