Skip to content

tronmon/sftp-cli

 
 

Repository files navigation

SFTP CLI

Build Status

A cli tool for interacting with SFTP servers.

Requirements

Libraries

Build

Installation

On Unix, Linux and macOS:

autoreconf --install
./configure
make
make install

This will install sftp-cli as sftp_cli.

Usage

After installation, the sftp_cli command will be available.

You can use the --help option to get a list of available commands:

sftp_cli --help

Connecting to a server:

sftp_cli connect --subsystem <subsystem> --port <port>

License

This project is licensed under the MIT License

About

A cli tool for interacting with SFTP servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.0%
  • Makefile 1.3%
  • M4 0.7%