pure_ftp 0.7.3 copy "pure_ftp: ^0.7.3" to clipboard
pure_ftp: ^0.7.3 copied to clipboard

Simple and powerful FTP client for Dart. Allow you to connect to FTP server and perform basic operations. now supports all native platforms(Web in progress)

0.1.0 #

  • Initial release

0.1.1 #

  • Fix documentation and add test

0.3.0 #

  • add capability to build on web(by adding abstract classes)
  • now you can use this package on web and mobile but on web all the methods will throw an UnsupportedError
  • Implements base of ftp file system
  • add flutter web example[WIP]

0.4.1 #

  • implements parse directory content on list command

0.4.2 #

  • fix tests

0.5.0 #

  • implements upload files to ftp server
  • implements download files from ftp server
  • implements create empty file on ftp server
  • fix compat with web

0.5.1 #

  • update example
  • add function to get size of file

0.5.2 #

  • fix timeout error on Windows

0.6.0 #

  • adds download/upload callbacks
  • export all references to lib file, use import 'package:pure_ftp/pure_ftp.dart'; now
  • fix some bugs

0.7.0 #

  • remake file system, now ftp entries has info in class and copyWith methods is changed.
  • client's isConnected now sends request to server to check connection status

0.7.1 #

  • fix restSize error on download

0.7.2 #

  • fix error on list dir

0.7.3 #

  • add flush method to socket
  • fix download problem for any ftp servers
11
likes
0
pub points
76%
popularity

Publisher

verified publisherartemsemirenko.dev

Simple and powerful FTP client for Dart. Allow you to connect to FTP server and perform basic operations. now supports all native platforms(Web in progress)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on pure_ftp