Hi, Everyone:
I have the following <cfftp> codes that are not working. I am trying to
send a file to a ftp server. The codes run but the file doesn't get
moved to the ftp server. This is the first time I used <cfftop> and I
must have missed something basic. Can anyone spot the problem? Thanks.
<cfftp connection="myconnection"
action="open"
username="myusername"
password="mypassword"
server="111.111.111.111"
>
<cfftp connection="myconnection"
action="putfile"
localfile="Test.cfm"
remotefile="test.cfm"
server="111.111.111.111"
directory="mydirectory"
stoponerror="yes"
>
<cfftp connection="myconnection" action="close">
Nathan Chen
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists