ftpclient 0.8.0 copy "ftpclient: ^0.8.0" to clipboard
ftpclient: ^0.8.0 copied to clipboard

discontinuedreplaced by: ftpconnect

A simple dart FTP Client Library to interact with FTP Servers

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ftpclient

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ftpclient: ^0.8.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ftpclient/ftpclient.dart';
12
likes
40
pub points
73%
popularity

Publisher

verified publishernexific.com

A simple dart FTP Client Library to interact with FTP Servers

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

path

More

Packages that depend on ftpclient