I am trying to LIST my sftp server, but I’ve got a problem when sending my request:
if I print my QNetworkReply::errorString()
, this is what I get:
Protocol “sftp” is unknown
This is what my QUrl looks like:
sftp://username:password@host:22
username/password is ok, the host and port are the one required for my server, so I don’t know what’s going on… I tried with different schemes (http, https, ftp, sftp…) and it looks like only http and https is recognised…
Any Ideas?