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

Akarius wrote:

Where can I find the source of the .NET Assembly?

It's included in source code package in 5.2.x and newer.
Akarius

Where can I find the source of the .NET Assembly?
martin

Glad, my suggestion helped you :)
Will add this to the next release.
stephenjust

You mean like this? (see attached) :wink:

You were right about it being an easy change :)

Thanks for the great software

(You can have the ~5 lines of code, this would be nice to see in an official release)
martin

Re: Is there a way to force "manual resume"?

That has not been implemented yet. WinSCP .NET assembly is open source, so it should be easy for you to add it.
stephenjust

Is there a way to force "manual resume"?

I am transferring files over FTP, and I want to force the equivalent of 'put -resume <source> <dest>' using the .NET assemblies to recover from connection errors, etc while transferring files in the order of 10GB in size. Is this possible to do or has it not been (or will not be) implemented yet?

Thank you!