Antony
Results
2
comments of
Antony
This bug is due to Fluent FTP is not support "Require TSL session resumption on data connection when using FTP over TLS" Uncheck this item under FTP over TLS Settings...
static void Main(string[] args) { ExampleServer server = new ExampleServer("x.x.x.x", 4050); server.SetRoot(@"E:\Hexo\public"); server.Logger = new ConsoleLogger(); server.Start(); } 改成了自己的IP 结果报404 起不来