Re: CFFTP connection problems

2009-02-24 Thread Will Blake
Will, Ah... Your problem could be networking. On our network (for example) we have both internal and external IP addresses running through cisco pix. We have to run an internal DNS server to dole out interal IP addresses for the reason you describe below. A web server could not (for example)

CFFTP connection problems

2009-02-23 Thread Will Blake
Hello All, I am sure this is something simple, but I am attempting to use CFFTP to put a file on our web server. I can access this web server using any FTP software I want (i.e. Core FTP) but when I try to connect using CFFTP I get an error stating the connection has timed out. To be

Re: CFFTP connection problems

2009-02-23 Thread Will Blake
Hello All, I am sure this is something simple, but I am attempting to use CFFTP to put a file on our web server. I can access this web server using any FTP software I want (i.e. Core FTP) but when I try to connect using CFFTP I get an error stating the connection has timed out. To

RE: CFFTP connection problems

2009-02-23 Thread Mark Kruger
[mailto:willbl...@printelect.com] Sent: Monday, February 23, 2009 1:00 PM To: cf-talk Subject: Re: CFFTP connection problems Hello All, I am sure this is something simple, but I am attempting to use CFFTP to put a file on our web server. I can access this web server using any FTP software I

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Will Blake [mailto:willbl...@printelect.com] Sent: Monday, February 23, 2009 1:00 PM To: cf-talk Subject: Re: CFFTP connection problems Hello All, I am sure this is something simple

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
23, 2009 1:00 PM To: cf-talk Subject: Re: CFFTP connection problems Hello All, I am sure this is something simple, but I am attempting to use CFFTP to put a file on our web server. I can access this web server using any FTP software I want (i.e. Core FTP) but when I try to connect

Re: CFFTP connection problems

2009-02-23 Thread Will Blake
Can you telnet from the coldfusion to the remote host? telnet remote.myserver.com 21 If you get something like this: Escape character is '^]'. 220 (vsFTPd 2.0.1) Then there is nothing blocking communication to the remote FTP server. That way, you can remove that from the list of problems, and

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
I can telnet from my computer (client) to the coldfusion webserver if I type telnet myserver.com 21. Typing remote.myserver.com 21 I get a connection refused error. Just to make sure we are all clear. The coldfusion server is our webserver. So when I test the cfftp action=open

RE: CFFTP connection problems

2009-02-23 Thread Mark Kruger
[mailto:willbl...@printelect.com] Sent: Monday, February 23, 2009 2:03 PM To: cf-talk Subject: Re: CFFTP connection problems Can you telnet from the coldfusion to the remote host? telnet remote.myserver.com 21 If you get something like this: Escape character is '^]'. 220 (vsFTPd 2.0.1