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

byron.hopp@gmail.com

Fantastic, just what I needed.

Thank you,
martin

Re: Com Library Documentation

Sorry, we do not have an offline documentation. Only the online one. Also there's no special documentation for COM. It's same as the .NET.
The numerical values are not documented. It should not be needed. If you need them anyway for some reason, please see the source code:
https://github.com/winscp/winscp/blob/master/dotnet/SessionOptions.cs
byron.hopp@gmail.com

COM Library Documentation

Is there a CHM file or PDF documentation for the COM library. I see plenty for .NET. Where can I find the values of the manifest constants like Protocol_Sftp, is it numeric, what is it's value. I'm using C++.

Thanks,