On Fri, 29 Aug 2014, Rabia Altaf wrote:

my question is how to use curl if I want to get data directly from FTP server... suppose my application wants to get data from FTP server whenever FTP server tries to send data to FTP client. What I want is to fetch data before FTPServer sends it to TCP socket, then I want to add my own data(at the start of the payload), then send it to TCP.Is it even possible through CURL.

It is not possible through curl, no. Just get an open source FTP server software and modifiy it to do what you want.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to