We're on ColdFusion MX and the CFFTP tag worked GREAT on coldfusion 5. We 
swiched to MX and started having all sorts of problems with the tags!!!!! 
Here's the code we're using:

<CFFTP ACTION="Open"
SERVER="UsersIP"
USERNAME="UsersUserName"
PASSWORD="UsersPassword"
CONNECTION="workit"
STOPONERROR="Yes"
TIMEOUT="10"
RETRYCOUNT="3">

I have verified and the FTP information is correct. I can connect to this users 
server with WS_FTP no problem. When I connect with the CFFTP tag, it just won't 
work. Previously, I was using variables to specify the userID/password/server 
but now i transported just that little bit of code to my test page and I'm 
hardcoding the values. Like I said, it works great through WS_FTP and Internet 
explorer (using ftp://username: [EMAIL PROTECTED]) Heres the error I get.

Error Occurred While Processing Request 
An exception occurred when establishing a FTP connection. 
The cause of this exception was that: java.net.ConnectException: Connection 
timed out: connect. 

The error occurred in E:\Inetpub\Websites\linkexchanged\blahblahblah: line 26

24 : 
25 : <CFFTP ACTION="Open"
26 : SERVER="server"
27 : USERNAME="user"
28 : PASSWORD="pass"

--------------------------------------------------------------------------------

Please try the following: 
Check the ColdFusion documentation to verify that you are using the correct 
syntax. 
Search the Knowledge Base to find a solution to your problem. 


Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) 
Remote Address 64.180.55.108 
Referrer 
Date/Time 03-Feb-05 05:46 PM 

Stack Trace (click to expand) 




Any help would be greatly appreciated. 

The version is 6,1,0,83762 and its the Standard edition. We're on Windows 2003 
server.

Any ANY ANYYYYYY help is appreciated. 
--------------------------------------------------------------------------------
Vik Tailor<BR>CF Programmer and Business Owner 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase Studio MX from House of Fusion, a Macromedia Authorized Affiliate and 
support the CF community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=50

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

Reply via email to