Help with CFFTP

2000-12-11 Thread Matt Lewis
I'm having some trouble with uploading a file with the CFFTP command and was wondering if someone could provide me some assistance. I'm able to login without any problem, and to execute a ChangeDir CFFTP command without error. However, when I attempt to upload a file with the following

RE: Help with CFFTP

2000-12-11 Thread Dylan Bromby
are you trying to use CFFTP to upload a file from a browser client to a server? -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 5:47 AM To: CF-Talk Subject: Help with CFFTP I'm having some trouble with uploading a file with the CFFTP

RE: Help with CFFTP

2000-12-11 Thread James McCullough
the connection value. -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 5:47 AM To: CF-Talk Subject: Help with CFFTP I'm having some trouble with uploading a file with the CFFTP command and was wondering if someone could provide me some assistance

RE: Help with CFFTP

2000-12-11 Thread Matt Lewis
CFFTP to upload a file from a browser client to a server? -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 5:47 AM To: CF-Talk Subject: Help with CFFTP I'm having some trouble with uploading a file with the CFFTP command and was wondering

Re: Help with CFFTP

2000-12-11 Thread Jon Hall
try specifying the port of the ftp server in you cfftp tag jon - Original Message - From: "Matt Lewis" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 11, 2000 6:22 PM Subject: RE: Help with CFFTP Actually, I'm trying to initiate an FTP

Re: Help with CFFTP

2000-08-20 Thread Matt Lewis
CTED] Date: Saturday, August 19, 2000 9:54 PM Subject: Help with CFFTP When I try using CFFTP to initially connect to an FTP Server but the userid or password is invalid, all I'm getting is a timeout on the CF page and no error returned via CFFTP. Here's the code I'm using to call CFFTP to attempt

Help with CFFTP

2000-08-19 Thread Matt Lewis
When I try using CFFTP to initially connect to an FTP Server but the userid or password is invalid, all I'm getting is a timeout on the CF page and no error returned via CFFTP. Here's the code I'm using to call CFFTP to attempt the login: CFFTP ACTION="open"

Re: Help with CFFTP

2000-08-19 Thread Frank Priest
At 09:55 AM 8/19/2000 -0400, you wrote: When I try using CFFTP to initially connect to an FTP Server but the userid or password is invalid, all I'm getting is a timeout on the CF page and no error returned via CFFTP. Try with a port number Matt... PORT="80" OR PORT="443" (id SSL) Here's

Re: Help with CFFTP

2000-08-19 Thread Frank Priest
Oops. it's getting late:-) You are looking for CFFTP so the port should be 21 I guess. PORT="80" OR PORT="443" (id SSL) -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Re: Help with CFFTP

2000-08-19 Thread Jim McAtee
PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, August 19, 2000 9:54 PM Subject: Help with CFFTP When I try using CFFTP to initially connect to an FTP Server but the userid or password is invalid, all I'm getting is a timeout on the CF page and no error returned via CFFTP. Here'