We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae564bf commit d23b1b4Copy full SHA for d23b1b4
README.md
@@ -34,4 +34,4 @@ It doesn't support:
34
usersConfigsMappings.insert(userName, FtpConfig(rootPath, password));
35
usersConfigsMappings.insert(userName2, FtpConfig(rootPath2, password2));
36
37
- FtpServer server(&a, usersConfigsMappings, 21, false, false);
+ FtpServer server(&a, usersConfigsMappings, SslCertData(QDir(a.applicationDirPath()).absoluteFilePath("private_key.pem"),QDir(a.applicationDirPath()).absoluteFilePath("cert.pem"),QByteArray("39129380423984234012312")),2121, false, false);
0 commit comments