Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to resume ftp upload with curl plugin?

Answer: CURL supports that and you simply need to set the right options.

First of course OptionUpload must be true. Second OptionFTPAppend must be true so the OptionResumeFrom is used. Store there (or in OptionResumeFromLarge) your start value.
Don't forget to implement the read event and return data there as requested.


The biggest plugin in space...