A cli tool for interacting with SFTP servers.
On Unix, Linux and macOS:
autoreconf --install ./configure make make install
This will install sftp-cli as sftp_cli.
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>
This project is licensed under the MIT License