dartssh2_cli 1.0.0 copy "dartssh2_cli: ^1.0.0" to clipboard
dartssh2_cli: ^1.0.0 copied to clipboard

The command-line tools built with dartssh2. Includes dartssh and dartsftp.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartssh2_cli

Use it

The package has the following executables:

$ dartsftp
$ dartssh

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartssh2_cli

With Flutter:

 $ flutter pub add dartssh2_cli

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

dependencies:
  dartssh2_cli: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:dartssh2_cli/dartssh2_cli.dart';
2
likes
120
pub points
10%
popularity

Publisher

verified publisherterminal.studio

The command-line tools built with dartssh2. Includes dartssh and dartsftp.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, dart_console, dartssh2

More

Packages that depend on dartssh2_cli