Re: Files downloaded too fast
Use
This may help a bit:
Downloading the most recent file.
Session.ListDirectory
or Session.EnumerateRemoteFiles
methods to retrieve list of files. Find the latest file in the list and if it is too new, wait a bit.
This may help a bit:
Downloading the most recent file.