I'm trying to ftp a file with this,
<cfftp action="putfile" username="****" password="****" server="ftp.domain.com" stoponerror="yes" localfile="D:\Inetpub\Wwwroot\index.cfm" remotefile="indextest.cfm">
but it returns an error "no response from server". I used a seperate ftp client try and it...