Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Parallel transfers own list

Before this line:
IEnumerator<RemoteFileInfo> filesEnumerator = files.GetEnumerator();

filter the files to the files that match your criteria.
pat2381

Parallel transfers own list

Hi there,

I have a question. In this example it is: https://winscp.net/eng/docs/library_example_parallel_transfers
possible to use your own list with remote file paths?
I just can't do it. The remote directory is always read out and downloaded here. But I only want to download the file that is in my list.

Can someone help me?

Best regards
Pat