ftp_server 0.0.7 copy "ftp_server: ^0.0.7" to clipboard
ftp_server: ^0.0.7 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.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
140
pub points
70%
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

flutter, intl

More

Packages that depend on ftp_server