Hello Hyams.

Hello list,
I need a simple code for reading from FTP server into RAM
(no file). Is it possible to read part of a file (like random
access) in passive mode ?
The problem is most of the sources are very complex - each
function resident in different file \ directory, many h files involved and
advance features are included. Before
implementing by the RFC, can anyone help ?



How about libcurl ?
You can redefine write function and store data whenever you want - in RAM for example.
Look at curl_easy_setopt (3) for CURLOPT_WRITEFUNCTION parameter.


Regards.
Yury.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to