crifurch / pure_ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart FTP Client

pub package Build Status License: MIT

more details here

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)

About

License:MIT License


Languages

Language:Dart 97.9%Language:HTML 2.1%Language:Makefile 0.0%