Skip to content

Releases: ThomasMaul/FileTransfer_Class

1.1.3 - update for 4D 21

13 Jan 09:22

Choose a tag to compare

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

09 Sep 09:42

Choose a tag to compare

fix an issue (#7) for cURL SFTP rename.
Recompile/rebuild for 20 R6 package maanger

1.1.1 New: rclone for 20+ cloud services

24 Aug 13:22

Choose a tag to compare

Release for rclone (small fix compared to 1.1)

1.1 New: rclone for 20+ cloud services

24 Aug 10:23

Choose a tag to compare

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

27 Jul 06:41
be91140

Choose a tag to compare

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

31 May 06:48

Choose a tag to compare

1.0.1

27 Apr 08:50

Choose a tag to compare

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

10 Mar 10:23

Choose a tag to compare

First release, including curl, dropbox and gmail support.