Using BD 6.1 free, I get this error when I try to get a file, upload a file,
but not when I open a connection, change dir, get current dir:

 

CFFTP.ErrorText: Entering Passive Mode (10,57,59,50,9,122)

 

Here is the code:

 

  <cfftp action="GETFILE"

       server="#Trim(variables.FTPAddress)#" 

       username="#Trim(variables.FTPUserName)#"

       password="#Trim(variables.FTPPassword)#"

       stoponerror="No"

       passive="Yes"

       proxyserver="#Trim(variables.FTPProxyServer)#"

 
localfile="#Trim(variables.LinkDirectory)#/#Trim(RemoteAddLinkFileName)#"

       remotefile="#Trim(AddLinkFileName)#"

       transfermode="ASCII"

       failifexists="No"

       connection="testFTP">

 

Also, I am able to connect, upload, delete, etc. when logged with WS_FTP
with no errors.

 

Any ideas would be greatly appreciated.

 

Thanks,

Stan

 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to