Hi,
THis is second post to list but no one replied to my earlier query

While using CFFTP  connection is established  but no file data is
transferred though filename will come in the destination folder with zero
file length.  also it doesn't list destination directory
The server is linux configured. other ftp clients work fine
it is ftp between linux(server) and windows machine 
can anyone help?
---------------


<CFFTP action="open" connection="mycon" server="__server_name__"
username="me" password="validpasswd" stoponerror="no">
<CFOUTPUT>
        <CFIF #cfftp.errorcode# eq 0>coneectection success
        ask
        <CFELSE>
Sorry
        </CFIF>
</CFOUTPUT>
<CFFTP connection="mycon" action="GETCURRENTURL">
<CFOUTPUT>
#cfftp.returnvalue#
</CFOUTPUT>
<cfftp connection="mycon" action="CHANGEDIR" directory="testing">
<CFFTP connection="mycon" action="GETCURRENTURL">
<CFOUTPUT><b>after changing dir</b>
#cfftp.returnvalue#
</CFOUTPUT>
<CFFTP server="__server_name__" username="me" password=validpassword"
action="listdir" directory="uday" name="dirarr" stoponerror="no">

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to