Skip to content

Releases: nullobsi/ftpdeno

v3.1.0: Readable/Writable and AsyncDispoable

Choose a tag to compare

@nullobsi nullobsi released this 23 Dec 20:39
v3.1.0
a69e9bf

Now implements new Web interfaces for streams and disposable objects.

Full Changelog: v3.0.0...v3.1.0

v3.0.0, new interfaces

Pre-release

Choose a tag to compare

@nullobsi nullobsi released this 23 Dec 08:01
v3.0.0
6364506

Update internal code to use Readable and Writeable interfaces as old Deno.writer and Deno.reader are now deprecated.
Not fully tested, so please use with caution.

This also means the methods downloadStream and writeStream are now deprecated because the Deno interfaces
they use will be removed later.

Full Changelog: v2.1.1...v3.0.0

v2.1.1

Choose a tag to compare

@nullobsi nullobsi released this 23 Dec 07:58
v2.1.1
f95fe1d

Formatting changes, and a fix for #9

Full Changelog: v2.0.1...v2.1.1

v2.0.1

Choose a tag to compare

@nullobsi nullobsi released this 17 Dec 06:23
85cab4d

Full Changelog: v2.0.0...v2.0.1

Server handling improvements

  • Account for file with trailing space (#8)
  • PASV will return an EPSV response in some implementations
  • MLSD keys are now lowercased to account for differences in implementations.
  • Internal: use FTPReply type

v2.0.0

Choose a tag to compare

@nullobsi nullobsi released this 29 Nov 21:26
85e273a

FTPDeno 2.0

This technically has some breaking changes, so for SemVer it will now 2.0.

Breaking changes:

chdir, cwd, cdup now throw errors instead of returning a result object to align more with the Deno APIs and the other methods.

Updates:

Logic has been improved, FTPDeno now checks for features and uses them accordingly. stat() was updated to use MLST, and a new method extendedList() has been added.

v1.3.0

Choose a tag to compare

@nullobsi nullobsi released this 03 Dec 03:29
592479e

use new deno caCerts

v1.2.1

Choose a tag to compare

@nullobsi nullobsi released this 13 Sep 21:14
c4b3e2c

#4
Fix uploading larger files

Update export

Choose a tag to compare

@nullobsi nullobsi released this 15 Jan 22:36
a0bceee

use named export instead of default export

File stats

Choose a tag to compare

@nullobsi nullobsi released this 25 Dec 06:03
e0e5a7a
  • Add the ability to retrieve information about a file.

Release

Choose a tag to compare

@nullobsi nullobsi released this 24 Dec 17:49
v1.0.0

code organization, add support for multiline status codes