LibcurlSSL: FTP upload + resume + progress bar?

BlitzMax Forums/Brucey's Modules/LibcurlSSL: FTP upload + resume + progress bar?

danibert(Posted 2010) [#1]
Hello,

I´m trying to realize a secured FTP upload via FTPS with additional resuming support and a progressbar to show the upload status.

Is it possible to do this with libcurlSSL?

Tank you


Htbaa(Posted 2010) [#2]
Not sure if FTPS is supported, you need to look up the libcurl docs for that.

This module allows setting a callback that reports download progress. See TCurlEasy.setProgressCallback.

Usage example can be found here: http://github.com/Htbaa/rest.mod/blob/master/request.bmx