Skip to content

Releases: ThomasMaul/FileTransfer_Class

1.1.3 - update for 4D 21

Choose a tag to compare

@ThomasMaul ThomasMaul released this 13 Jan 09:22

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

Choose a tag to compare

@ThomasMaul ThomasMaul released this 09 Sep 09:42

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

1.1.1 New: rclone for 20+ cloud services

Choose a tag to compare

@ThomasMaul ThomasMaul released this 24 Aug 13:22

Release for rclone (small fix compared to 1.1)

1.1 New: rclone for 20+ cloud services

Choose a tag to compare

@ThomasMaul ThomasMaul released this 24 Aug 10:23

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

Choose a tag to compare

@ThomasMaul ThomasMaul released this 27 Jul 06:41
be91140

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

Choose a tag to compare

@ThomasMaul ThomasMaul released this 31 May 06:48

fix #1

1.0.1

Choose a tag to compare

@ThomasMaul ThomasMaul released this 27 Apr 08:50

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

Choose a tag to compare

@ThomasMaul ThomasMaul released this 10 Mar 10:23

First release, including curl, dropbox and gmail support.