Hi,
has anyone use cfftp to access to MVS system?
I am able to open the connection and get the currentdirectory, but I am not
able
to list the directory or send a file to the MVS system.
When i try to list the directory, I kept getting 0 file.
here is my code
<cfftp action="OPEN"
server="MVS system"
username="xxx"
password="xxx"
stoponerror="Yes"
port="21"
connection="mvs">
<cfoutput>
Did you succeed? #cfftp.succeeded#<br>
cfftp.errorcode:#cfftp.errorcode#<br>
cfftp.errortext:#cfftp.errortext#<br>
</cfoutput>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists