Skip to content

Releases: ThomasMaul/FileTransfer_Class

1.1.2 fix for cURL SFTP rename

09 Sep 09:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.0.1

27 Apr 08:50
Compare
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
Compare
Choose a tag to compare

First release, including curl, dropbox and gmail support.