TerminalStudio / dartssh2_cli

This repo contains the source code for dartssh and dartsftp command line tools.

Home Page:https://pub.dev/packages/dartssh2

Repository from Github https://github.comTerminalStudio/dartssh2_cliRepository from Github https://github.comTerminalStudio/dartssh2_cli

This repo contains the source code for dartssh and dartsftp command line tools.

Install

# Install the `dartssh` command.
dart pub global activate dartssh2_cli

# Then use `dartssh` as regular `ssh` command.
dartssh user@example.com

# Example: execute a command on remote host.
dartssh user@example.com ls -al

# Example: connect to a non-standard port.
dartssh user@example.com:<port>

# Transfer files via SFTP.
dartsftp user@example.com

If the dartssh command can't be found after installation, you might need to set up your path.

About

This repo contains the source code for dartssh and dartsftp command line tools.

https://pub.dev/packages/dartssh2

License:MIT License


Languages

Language:Dart 100.0%