Releases: ThomasMaul/FileTransfer_Class
1.1.3 - update for 4D 21
Update for 4D 21 LTS: enable Direct typing, add missing class property declarations. This showed 2 - so far undetected - bugs, for FTP Active Mode, setting the port could fail (bad property name), terminating the worker failed (wrong function name). Proves the advantages of direct typing...
This build also contains the renaming of 2 commands for SFTP (#9)
No update done for the precompiled rsync/curl binaries for Mac.
(if you need to use older versions than 4D 21 continue to use older releases, fitting to your version). Don't use the version compiled for 4D 21 LTS with 4D 20 LTS, it will fail.
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.