Is it possible to use C# FtpWebRequest through a FTP proxy?
问题 As I understand it, the FtpWebRequest.Proxy property denotes an HTTP proxy. I have to issue FTP requests to an external server via an FTP proxy. The only way I've got this to work so far is by creating a script which uses the Windows FTP command and downloading that way. Is it possible to use the FtpWebRequest to download files via an FTP proxy? 回答1: If you have the budget for it - Dart do some great classes for this: http://www.dart.com/ or specifically http://www.dart.com/ptftpnet.aspx 回答2: