trying to FTP a file with a special character

后端 未结 2 2018
情书的邮戳
情书的邮戳 2021-01-18 15:50

I have the code:

FtpWebRequest request = (FtpWebRequest)FtpWebRequest.Create(url);
request.Method = WebRequestMethods.Ftp.DownloadFile;
request.UseBinary = t         


        
2条回答
提交回复
热议问题