Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Kaktusfan

Speed of copying files

Hi,
i´m using C# with the WinSCP.dll. If i copy 5 files with my application in C#, this will take 9 minutes. But if i use the WinSCP-Program it will take 2 minutes. I have debugged the program, but the session.GetFiles(remotePath, localPath).Check(); need the most time. Is that normal?

My second question is, what does the .Check()? I found noch documentation about this.

Thanks for your help.