You can use stunnel (http://stunnel.mirt.net/) through QProcess to set up an SSL connection to your server. Your users won't have to touch a thing and you'll have a decent secure connection with only a light dependency.
You can use stunnel (http://stunnel.mirt.net/) through QProcess to set up an SSL connection to your server. Your users won't have to touch a thing and you'll have a decent secure connection with only a light dependency.
I was looking at that earlier today, but according to the FAQ it won't work with FTP:
http://www.stunnel.org/faq/troubleshooting.html#ToC18
This is not entirely true (it would require a special FTP server), but still you don't have to use FTP itself, right? There is a service FTPS which is FTP over SSL but you can also use your custom protocol, HTTP or whatever else you want that uses a single port to communicate.
Bookmarks