There is no SFTP support in the Qt SDK, but Qt Creator implements SFTP.
I dedicated a library containing SSH and SFTP, and I created a new project called QSsh on Github. The goal of the project is to provide SSH and SFTP support for any Qt application.
I wrote an example on how to upload a file using SFTP. Take a look at examples/SecureUploader/
I hope it will be useful
source share