Skip to content

Releases: nullobsi/ftpdeno

v3.1.0: Readable/Writable and AsyncDispoable

23 Dec 20:39
v3.1.0
a69e9bf
Compare
Choose a tag to compare

Now implements new Web interfaces for streams and disposable objects.

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

v3.0.0, new interfaces

23 Dec 08:01
v3.0.0
6364506
Compare
Choose a tag to compare
Pre-release

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

23 Dec 07:58
v2.1.1
f95fe1d
Compare
Choose a tag to compare

Formatting changes, and a fix for #9

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

v2.0.1

17 Dec 06:23
85cab4d
Compare
Choose a tag to compare

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

29 Nov 21:26
85e273a
Compare
Choose a tag to compare

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

03 Dec 03:29
592479e
Compare
Choose a tag to compare

use new deno caCerts

v1.2.1

13 Sep 21:14
c4b3e2c
Compare
Choose a tag to compare

#4
Fix uploading larger files

Update export

15 Jan 22:36
a0bceee
Compare
Choose a tag to compare

use named export instead of default export

File stats

25 Dec 06:03
e0e5a7a
Compare
Choose a tag to compare
  • Add the ability to retrieve information about a file.

Release

24 Dec 17:49
Compare
Choose a tag to compare
v1.0.0

code organization, add support for multiline status codes