Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
5.3.0
Immutable
release. Only release title and notes can be modified.
- Changed: Introduced an upper bound for total bytes of directory listing, fixes GHSA-rp42-5vxx-qpwr.
- Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.
5.2.2
Immutable
release. Only release title and notes can be modified.
- Fixed: Improve control character rejection, fixes GHSA-6v7q-wjvx-w8wg.
5.2.1
Immutable
release. Only release title and notes can be modified.
- Fixed: Reject control character injection attempts using paths. See GHSA-chqc-8p9q-pq6q.
5.2.0
Immutable
release. Only release title and notes can be modified.
- Changed: Skip files with invalid name in downloadToDir.
5.1.0
5.0.5
- Fixed: Memory leak described in #250 by @everhardt, @martijnimhoff
5.0.4
- Fixed: Handle relative paths in Client.removeDir()
5.0.3
5.0.2
- Fixed: Use existing code path to close control socket when replacing it.
- Fixed: Destroy sockets explicitly on timeouts only.