ftp_server 0.0.4 ftp_server: ^0.0.4 copied to clipboard
This package provides a simple FTP server implementation in Dart. It supports both read-only and read-and-write modes, making it suitable for various use cases. The server allows clients to connect an [...]
0.0.4 #
- Permission and full path fixes update fullpath method & add permission for example app #1 by https://github.com/lawnvi and implement PWD
- Added logger method to allow custom logs handling
- Added server startInBackground method
- General cleanup and adding test cases
0.0.3 #
- Refactored to allow custom logs
0.0.2 #
- Added CDUP command
0.0.1+1 #
- update readme
0.0.1 #
- initial release.