Hi, I need to download files batch by batch, for example 10 files at a time
I got the requirement to download the files batch by batch, example 10 files at a time.
currently we are downloading using as below.
please help me or share the sample code for doing it.
currently we are downloading using as below.
session.GetFiles(remotePath, localPath, true, transferOptions);