easy:SetOpt_Resume_From(from)
When doing uploads with FTP, the resume position is where in the local/source file libcurl should try to resume the upload from and it will then append the source file to the remote target file.
If you need to resume a transfer beyond the 2GB limit, use
#CURLOPT_RESUME_FROM_LARGE
instead.