Skip to content

Commit d23b1b4

Browse files
author
stoeckerb
committed
updated readme
1 parent ae564bf commit d23b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ It doesn't support:
3434
usersConfigsMappings.insert(userName, FtpConfig(rootPath, password));
3535
usersConfigsMappings.insert(userName2, FtpConfig(rootPath2, password2));
3636

37-
FtpServer server(&a, usersConfigsMappings, 21, false, false);
37+
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

Comments
 (0)