Don't know if this has anything to do with your error, but do you really
want to give a directory name if you've already done a "ChangeDir" to the
directory where you're requesting the listing?  I'd think that it would try
to get a listing of a subdirectory named ILS70PTT located in ILS70PTT.

Jim


----- Original Message -----
From: "Mak Wing Lok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 9:31 PM
Subject: CFFTP error


> hi all,
>
> i encountered the following error :
>
> Error Diagnostic Information
> 200 PORT subcommand request successful.
>
> The error occurred while processing an element with a general identifier
of
> (CFFTP), occupying document position (26:1) to (26:99).
>
> the CF codes :
>
> <cfftp action="open"
>  username="MS007"
>  connection="myftp"
>  password="MS007"
>  server="100.100.100.34"
>  stoponerror="Yes">
>
> <cfftp action="ChangeDir"
>  username="MS007"
>  connection="myftp"
>  password="MS007"
>  server="100.100.100.34"
>  directory="ILS70PTT"
>  stoponerror="Yes">
>
> line 26 :
> <cfftp action="LISTDIR" name="listfiles" directory="ILS70PTT"
> connection="myftp">
> <cfoutput query="listfiles">
>  #name# <br>
> </cfoutput>
>
> fyi, i tried to ftp into an AS400 server.
>
> what could be causing this error? any idea?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to