FluentFTP C# 报错 FTP
问题现象:
异常:Error while uploading the file to the server. See InnerException for more info.
文件时繁体字的文件名上传服务器报错。

解决办法:
1、更换ftp server。有问题是iis的ftp,后来换成http://filezilla-project.org/
fluentftp client和http://filezilla-project.org/ 配合比较完美。
备注:
如果非要用iis的ftp server,自己试一下其他ftp client代码库。比如:
http://winscp.net/eng/docs/library
阅读剩余
THE END