ftp_server 1.0.2 copy "ftp_server: ^1.0.2" to clipboard
ftp_server: ^1.0.2 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 [...]

1.0.2 #

  • Remove flutter test Dependency

1.0.1 #

  • Fix Readme.

1.0.0 #

Breaking Changes #

  • Virtual File System: Replaced allowedDirectories with sharedDirectories for better directory management under a virtual root. All directories specified in sharedDirectories are now shared under a virtual root, providing a unified view of multiple directories to the FTP clients.

  • Removed Flutter Dependency: The server now runs directly on Dart, removing the need for Flutter and making it lighter.

Enhancements #

  • Improved Error Handling: Added more robust error messages and safeguards for file operations.

  • Removed Legacy Code: Cleaned up old path handling logic, streamlining file operations with the new virtual file system.

0.0.7 #

  • update dependencies

0.0.6 #

  • linux fix hang and test cases fixes thanks to lawnvi pr #4

0.0.5 #

  • General cleanup and fixes
  • Implemented Feat and mspv
  • path fixes and Implemented the UTF-8 option. thanks to lawnvi pr #3

0.0.4 #

  • Permission and full path fixes update fullpath method & add permission for example app #1 by 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.
2
likes
150
pub points
69%
popularity

Publisher

verified publisherzcreations.info

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 and perform standard FTP operations such as listing directories, retrieving files, storing files, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

intl, path

More

Packages that depend on ftp_server