House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

ErrorText Entering Passive Mode

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 

01/26/2005 03:40 PM
Author:
Stan Winchester

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

01/26/2005 08:44 PM
Author:
Sean Corfield

Have you tried it on CFMX?


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists