FTP File Upload with HTTP Proxy

前端 未结 13 1935
轻奢々
轻奢々 2020-12-05 07:48

Is there a way to upload a file to a FTP server when behind an HTTP proxy ?

It seems that uploading a file is not supported behind an HTTP Proxy using .Net Webclient

13条回答
  •  Happy的楠姐
    2020-12-05 08:18

    As Alexander says, HTTP proxies can proxy arbitrary traffic. What you need is an FTP Client that has support for using a HTTP Proxy. Alexander is also correct that this would only work in passive mode.

    My employer sells such an FTP client, but it is a enterprise level tool that only comes as part of a very large system.

    I'm certain that there are others available that would better fit your needs.

提交回复
热议问题