[thelist] CFFTP from NT to Unix

Ron Thigpen rthigpen at nc.rr.com
Tue Mar 6 11:15:50 CST 2001


Scott, 

  It could be a username|password problem.  Double check that your case is correct. 
Also might want to put a trim() around those string vars  [EX:
trim(attributes.ftp_username)].  

  If UNIX box is on the other side of a firewall, you might want to try setting
passive="yes".

Good Luck, 

--RT


scott.brady at homeqonline.com wrote:
> 
> <cfftp
>      connection="FTP"
>      server="#attributes.ftp_server#"
>      action="Open"
>      port="21"
>      passive="No"
>      username="#attributes.ftp_username#"
>      password="#attributes.ftp_password#">
>




More information about the thelist mailing list