SFTP on Qt5?
General and Desktop
2
Posts
2
Posters
2.9k
Views
1
Watching
-
Hi,
I need to develop a simple tool to move some files via SFTP.
Does Qt5 provide something built-in ready to use? My app should be cross platform (at least Windows and OSX).I have found this:
http://doc.qt.digia.com/qtcreator-extending/utils-sftpchannel.html
I'm not an experienced developer and I would prefer a minimal example to start with.
Can you help me?Thank you
-
Hi, I doubt there is any direct Qt5 support for SFTP. The doc you found is from qt-creator project, where it's developed from zero. You could use that code or I suggest you using "LibSSH":http://api.libssh.org/master/libssh_tutor_sftp.html