1 diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
2 index 29e94f3b..c71e552f 100644
3 --- a/plugins/sftp/mounter.cpp
4 +++ b/plugins/sftp/mounter.cpp
5 @@ -94,7 +94,7 @@ void Mounter::onPacketReceived(const NetworkPacket &np)
7 QDir().mkpath(m_mountPoint);
9 - const QString program = QStringLiteral("sshfs");
10 + const QString program = QStringLiteral("@sshfs@");
13 if (np.has(QStringLiteral("multiPaths")))