Re: Loopfiles and delete (General questions)
If you use blocking mode then it's more/less the same, just do
Ftp1.ListDir ( /...... ) (not listnames, ListDir...)
for each d in Ftp1.DirItems
Debug.Print d.name
next
can you try that?
If you use blocking mode then it's more/less the same, just do
Ftp1.ListDir ( /...... ) (not listnames, ListDir...)
for each d in Ftp1.DirItems
Debug.Print d.name
next
can you try that?
Complete thread: