serializer
Programmer
I am using the Microsoft example to upload a file:
This works when connecting to an ftp without proxy. When I connect to a server through an ftp proxy it does not work.
The proxy is an ftp proxy with port 21. I have tried connecting with CuteFTP and it works specifyn the proxy address and port.
When specifying the WebProxy to the request and connecting using the example on the MS-page I get this error:
The requested FTP command is not supported when using HTTP proxy.
It is an ftp proxy and I specify and ftp proxy in CuteFTP (and it works there). It seems like it doesn't try even to connect to the proxy because I get the same error when writing any other host as a server. Shouldn't I use the proxy property? Any ideas?
This works when connecting to an ftp without proxy. When I connect to a server through an ftp proxy it does not work.
The proxy is an ftp proxy with port 21. I have tried connecting with CuteFTP and it works specifyn the proxy address and port.
When specifying the WebProxy to the request and connecting using the example on the MS-page I get this error:
The requested FTP command is not supported when using HTTP proxy.
It is an ftp proxy and I specify and ftp proxy in CuteFTP (and it works there). It seems like it doesn't try even to connect to the proxy because I get the same error when writing any other host as a server. Shouldn't I use the proxy property? Any ideas?