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: WinSCP with QT

Afaik, QT is a cross-platform GUI toolkit for C++. It has hardly anything to do with WinSCP.

So, I guess that your question is actually, how to use WinSCP with C++ (possibly in a cross-platform way).

First, WinSCP is Windows-only. So you cannot use it in a cross-platform way.

If you develop for Windows only, you can call WinSCP .NET assembly via COM. Or you can call WinSCP scripting.
Joon

WinSCP with QT

Hello everybody,

does anyone have an example of how I can use WinSCP with QT?

Thank you very much