I am trying to ftp to a novell server and am not having the best of luck.  I
can get the currect directroy to return sys: which is right.  When I try to
listdir of a direcotyr called crsapps I get nothing.  I have tried /crsapps,
crsapps. crsapps/*.* and get nothing.  Is there a trick to novell?

Joshua Tipton


<cfftp connection="ftp"
        username="crsser"
        password="crsser"
        server="10.66.64.52"
        action="open"
        stoponerror="yes">

        <cfftp action="GETCURRENTDIR"
       stoponerror="Yes"
       connection="ftp">


        <cfoutput>#cfftp.returnvalue#</cfoutput>

<cfftp connection="ftp"
        action="listdir"
        directory="/crsapps"
        name="q"
        stoponerror="yes">

        <cftable query="q" htmltable>
                <cfcol header="<b>name</b>" text="#name#">

        </cftable>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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