FTP Proxy

Moderator: Project members

Post Reply
Message
Author
sasikala
500 Command not understood
Posts: 1
Joined: 2014-03-03 06:55
First name: sasi
Last name: kala

FTP Proxy

#1 Post by sasikala » 2014-03-03 07:06

Hi All,
I have a mini project to download files from ftp site. (ftp:\\sasi.mn.com). And also i need to use proxy servers to download. like different proxy FTP proxy and HTTP proxy. Development language is c++. Im using WinInet library. This library works for HTTP . but not for FTP proxy. I want to download via FTP Proxy also. But as far as i googled, It looks like FTP Proxy is not recomended one. It is not supported neither in WinInet library and LibCurl Library.

Please help me with FTP Proxy implementation.
Client -> Proxy server (FTP) -> ftp:\\sasi.mn.com..This is my requirement.


Regards,
Sasikala

Post Reply