Re: cannot get a directory listing using FTPSimpli - WeOnlyDo Discussion board

Re: cannot get a directory listing using FTPSimpli (General questions)

by Scott, Friday, November 11, 2005, 21:58 (6951 days ago) @ wodSupport

After the last FTPReply,

I used the following lines of code to loop through the DirItems collection

Set loFTPDirectoryItems = loFTP.DirItems
For Each loFTPDirectoryItem In loFTPDirectoryItems
List1.AddItem * & loFTPDirectoryItem.Name & *
Next

In the home directory of the account on the server, there is a directory called CDR.


Complete thread: