cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: how to use CURL if a want to get data from FTP server

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 30 Aug 2014 00:35:52 +0200 (CEST)

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
Received on 2014-08-30