🚀 🚢 Release 0.18.3 of libunftp just out. The main feature is 2 new notification APIs that allow users of the library to hook into FTP events. We use this in unFTP server to propagate FTP events to Google Pub/Sub.
GitHub
Release libunftp-0.18.3 · bolcom/libunftp
In this release:
#394 Implemented a new API (Server.notify_data and Server.notify_presence)
to allow listening for file events.
Upgraded dependencies
#394 Implemented a new API (Server.notify_data and Server.notify_presence)
to allow listening for file events.
Upgraded dependencies
unFTP server v0.13.0 is out. This release focussed on improvements to the Google Pub/Sub integration. A work-in-progress documentation site for unFTP is also available at https://bolcom.github.io/unFTP/server/
GitHub
Release v0.13.0 · bolcom/unFTP
Changes in this release:
BREAKING: Changed the format of the message sent in the Google Pub/Sub notifications.
Expanded on messages sent in Google Pub/Sub notifications:
Include a Logout event
Ad...
BREAKING: Changed the format of the message sent in the Google Pub/Sub notifications.
Expanded on messages sent in Google Pub/Sub notifications:
Include a Logout event
Ad...
🚀🚢 Release v0.18.4 of libunftp is out! The main feature is the addition of anti- brute force protection. Check it out and let us know your feedback!
GitHub
Release libunftp v0.18.4 · bolcom/libunftp
In this release:
#343, anti - brute force password guessing feature, choose from different failed login attempts policies: deters
successive failed login attempts based on IP, username or the comb...
#343, anti - brute force password guessing feature, choose from different failed login attempts policies: deters
successive failed login attempts based on IP, username or the comb...
New unFTP release also out. Docs for the new feature here: https://unftp.rs/server/anti-brute
GitHub
Release unFTP v0.13.1 · bolcom/unFTP
In this release:
#343, Added anti - brute force password guessing feature. Choose from
different failed login attempts policies with --failed-logins-policy [policy]: deters successive failed login...
#343, Added anti - brute force password guessing feature. Choose from
different failed login attempts policies with --failed-logins-policy [policy]: deters successive failed login...
New releases:
- libunftp 0.18.5 - Improvements on Windows platforms
- GCS storage back-end - Implemented RMD and improved CWD + fix for Cyberduck client
- unFTP v0.13.2 - Includes changes mentioned above + dependency upgrades and support for Tokio Console.
Let us know what you think if you try it and what other features you would like
- libunftp 0.18.5 - Improvements on Windows platforms
- GCS storage back-end - Implemented RMD and improved CWD + fix for Cyberduck client
- unFTP v0.13.2 - Includes changes mentioned above + dependency upgrades and support for Tokio Console.
Let us know what you think if you try it and what other features you would like
GitHub
Release libunftp v0.18.5 · bolcom/libunftp
In this release:
#414 Fixed path display issues for Windows clients.
#413 Fixed issue where the OPTS UTF8 command was not handled correctly as seen with the FTP client included in Windows Explorer.
#414 Fixed path display issues for Windows clients.
#413 Fixed issue where the OPTS UTF8 command was not handled correctly as seen with the FTP client included in Windows Explorer.
2 new utility storage backends are available for libunftp:
- https://github.com/hannesdejager/unftp-sbe-rooter - A libunftp wrapper storage back-end that roots a user to a specific home directory.
- https://github.com/hannesdejager/unftp-sbe-restrict - A libunftp wrapper storage back-end that restricts FTP operations and in so doing provide some form of authorization.
- https://github.com/hannesdejager/unftp-sbe-rooter - A libunftp wrapper storage back-end that roots a user to a specific home directory.
- https://github.com/hannesdejager/unftp-sbe-restrict - A libunftp wrapper storage back-end that restricts FTP operations and in so doing provide some form of authorization.
unFTP v0.14.7 is out: https://github.com/bolcom/unFTP/releases/tag/v0.14.7
GitHub
Release unFTP v0.14.7 · bolcom/unFTP
Changes in this release:
Upgraded to libunftp v0.20.1
Fixed builds on Windows
Compile with Rust 1.79.0
#171 Ability to obtain User info over HTTP with --usr-http-url
#175 Guard against configurati...
Upgraded to libunftp v0.20.1
Fixed builds on Windows
Compile with Rust 1.79.0
#171 Ability to obtain User info over HTTP with --usr-http-url
#175 Guard against configurati...
unFTP v0.15.0 is out!
Some of the highlights are
- Support for shipping logs to Google Cloud Logging
- Support for Azure Blob Storage via OpenDal
Some of the highlights are
- Support for shipping logs to Google Cloud Logging
- Support for Azure Blob Storage via OpenDal
GitHub
Release unFTP v0.15.0 · bolcom/unFTP
Changes in this release:
Upgraded to new auth and storage backend releases
Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
Upgraded to Rust 1.83.0
#196 Breaking ...
Upgraded to new auth and storage backend releases
Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
Upgraded to Rust 1.83.0
#196 Breaking ...
libunftp and all co-maintained storage back-ends were also upgraded unftp-auth-rest now has the ability to connect over HTTPs. Thank you to contributor paul-hansen for making that happen
GitHub
Release unftp-auth-rest v0.2.7 · bolcom/libunftp
520 Allow https for auth rest url
Compiled against libunftp v0.20.2
Upgraded dependencies
Compiled against libunftp v0.20.2
Upgraded dependencies
A new storage back-end for libunftp that can read .iso files https://crates.io/crates/unftp-sbe-iso
crates.io
crates.io: Rust Package Registry
another nostalgia driven storage back-end: https://crates.io/crates/unftp-sbe-fatfs
crates.io
crates.io: Rust Package Registry
libunftp 0.21.0 was released a few days ago
Highlights are the new EPSV and MLST commands
All bundled backends were also released
https://github.com/bolcom/libunftp/releases
Highlights are the new EPSV and MLST commands
All bundled backends were also released
https://github.com/bolcom/libunftp/releases
GitHub
Releases · bolcom/libunftp
Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp - bolcom/libunftp
A new crate `unftp-core` is out. Backends should now depend on this unstead of libunftp.
libunftp 0.23.0 is also out along with new versions of all backends.
libunftp 0.23.0 is also out along with new versions of all backends.
GitHub
Release unftp-core v0.1.0 · bolcom/libunftp
This is a new crate that defines the interfaces for storage an authentication back-ends or extensions. Previously all back-ends would depend on libunftp causing all sorts of problems like release c...