Re: Loopfiles and delete (General questions)

by Jasmine, (6778 days ago) @ havey

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?

locked

Complete thread: