We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTP 例子代码不完整, var ftpServer = new FTPServer("192.168.31.172", 9200); ftpServer.OnLog += FtpServer_OnLog; ftpServer.Start(); 无法启用FTP
The text was updated successfully, but these errors were encountered:
另外,不知道如何使用ServerConfig加FTP帐号密码
Sorry, something went wrong.
具体的可以看看 https://github.com/yswenli/SAEA/tree/master/Src/SAEA.FTPTest
收到,谢谢回复
No branches or pull requests
FTP 例子代码不完整,
var ftpServer = new FTPServer("192.168.31.172", 9200);
ftpServer.OnLog += FtpServer_OnLog;
ftpServer.Start();
无法启用FTP
The text was updated successfully, but these errors were encountered: