Skip to content

Releases: Nexific/dart_ftpclient

Fixed Upload (now asynchronous)

19 Apr 09:12
Compare
Choose a tag to compare

The last fix for the Uploads in Release 0.7.0 was not fully successful.

A new fix has been implemented for #7 / #10.

⚠️ The API is now asynchronous!

Fixed Upload

18 Apr 14:13
Compare
Choose a tag to compare

A fix for corrupt uploads has been implemented (#7 / #10)

Bugfix Release

16 Mar 21:54
Compare
Choose a tag to compare

The following fixes have been implemented:

  • #6 Fail faster on uploading a non-existing file
  • #8 Made directory listing more compatible (new uid, gid and unknown properties in FTPEntry)

Theres also a workaround implemented for:

  • #7 Workaround to manually set the buffer size

We also updated the examples in this release.

Directory listing

20 Feb 17:41
Compare
Choose a tag to compare

This release implements directory listing (#2) to list files and directories.

Bugfix Release

11 Feb 16:38
Compare
Choose a tag to compare

Fixed Bug #1

File actions

08 Feb 22:24
Compare
Choose a tag to compare

This release primarily focuses on file actions.

Following changes have been made in this release:

  • Rename files and folders
  • Delete files
  • Some error correction for downloads & uploads
  • Timeout for server responses

File Download

06 Feb 23:05
Compare
Choose a tag to compare

This release primarily focuses on file download (beta).

Following changes have been made in this release:

  • File Download
  • Added the possibility to change transfer mode for Upload and Download
  • Change remote filename on upload
  • Some small performance optimization

First release

06 Feb 21:20
Compare
Choose a tag to compare

This is the initial Release of the FTP Client library featuring limited functionality.

In this release you can:

  • Connect to FTP Servers with Authentication
  • Upload Files in Binary Mode
  • Get the current directory
  • Change directory
  • Make directory
  • Delete directory