Fix curl SFTP Rename issue (#7). Starting with this version 20 R5 is minimum. Use 1.1.1 for older versions such as 20 LTS.
Small fix for rclone
Added class for rclone. Tested on FTP/SFTP, other services still needs tests (and maybe bug fixes)
Reworked progress bar. Removed usage of storage and process variable, now handled with shared object.
When you migrate from 1.0 to 1.0.1 or newer, and you use a progress bar with stop button, you need to add:
$checkstop:=New shared object("stop"; False)
$ftp.enableStopButton($checkstop)
Check if the user clicked the stop button after termination with:
If ($checkstop.stop=True)
Initial release