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

by Scott, (7112 days ago) @ Jasmine

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.

locked

Complete thread: