Hi, I'm trying to use cfftp but it does'nt work... In fact, it seems to work but does not.. it transfers the file name on the ftp server but the file hase 0 k ???
Could someone help me ?
Thanks and here's my code :
<cfftp action="OPEN" username="*****" password="*****" connection="my_connect" server="ftp.****.com" stoponerror="Yes">
<cfftp name="change_rep" connection="my_connect" action="CHANGEDIR" directory="
<cfftp action="PUTFILE" connection="my_connect" localfile="/var/ remotefile="GS500-bl-2RFG002.jpg" transfermode="BINARY" timeout="2000" passive="Yes">
<cfoutput>#cfftp.errorText#</cfoutput>
<cfftp name="ferme" connection="my_connect" action="CLOSE">
Could someone help me ?
Thanks and here's my code :
<cfftp action="OPEN" username="*****" password="*****" connection="my_connect" server="ftp.****.com" stoponerror="Yes">
<cfftp name="change_rep" connection="my_connect" action="CHANGEDIR" directory="
<cfftp action="PUTFILE" connection="my_connect" localfile="/var/ remotefile="GS500-bl-2RFG002.jpg" transfermode="BINARY" timeout="2000" passive="Yes">
<cfoutput>#cfftp.errorText#</cfoutput>
<cfftp name="ferme" connection="my_connect" action="CLOSE">