Hello,
I'm trying to make an auto updater with libcurl, and made a list of files
with md5 digest that also brings the list where files are stored.
So far I'm having trouble setting libcurl to download file from folder
(example localhost/updater/folder1/folder2/item.dat) to place where
application is, inside the same directory tree (example: folder1/folder2/).

My URL in setopt is set to localhost/updater/ and as stream->filename i get
the string of full path of the file (example: stream.filename =
/folder1/folder2/item.dat).

I wonder if that is possible to do in libcurl.
Thanks in advance.

-- 
Скејт ор Дај
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to