Releases: ThomasMaul/FileTransfer_Class
Releases · ThomasMaul/FileTransfer_Class
1.1.2 fix for cURL SFTP rename
fix an issue (#7) for cURL SFTP rename.
Recompile/rebuild for 20 R6 package maanger
1.1.1 New: rclone for 20+ cloud services
Release for rclone (small fix compared to 1.1)
1.1 New: rclone for 20+ cloud services
Minor fixes for curl (Stop button type reversed back to shared object)
New class for rclone - support for S3, Dropbox, GDrive, WebDAV, and many more
Minor bug fixes
merge fixes from Michael Kneuss, many thanks for that work.
Details: #3
1.0.2 - fix Issue#1, precompiled dbxcli for Mac now Intel architecture
1.0.1
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)
v1.0.0
First release, including curl, dropbox and gmail support.