Dart FTP Client

pub package Build Status License: MIT

more details here

View more Examples

Package status

✅ FTP Connection
✅ Upload files to FTP
✅ Download files from FTP
❌ Download directories from FTP
✅ List FTP directory contents
❌ Manage FTP files (rename/delete)
✅ Completely asynchronous functions
✅ Support Active and Passive mode
✅ Support for FTPS/FTPES (FTP over TLS/SSL)
❌ Support for Web
❌ Task Manager

This package is still in development and I will be happy to receive your feedback.

Regards

This package is inspired by dart_ftpclient and ftpconnect but that packages haven't been updated for a long time. And in this package I try to add more features. (package was implemented from zero and don't use any code or dependencies from the previous packages)