[thelist] CF FTP displaying entire path

Minh Lee Goon v7ac at sdsumus.sdstate.edu
Thu Nov 9 16:09:28 CST 2000


I was looking through the advanced CF book by Ben Forta for CF FTP
examples and noticed that when he did this (p. 500):

<cfftp action="open" ...>

<cfftp connection="allaire" ...>

<cfoutput>
     FTP Directory Listing of #cfftp.returnvalue#.<p>
</cfoutput>

the results he got were:

FTP Directory Listing of /.

When I try that, my #cfftp.returnvalue# is /c:/some/path/

Has anyone been able to successfully write an FTP application with
cfftp? I'd like a little help if possible. The FTP server is Serv-U, if
that matters.

</ml>




More information about the thelist mailing list