SEFT (SSH Encrypted File Transfer) is a cli tool for interacting with SFTP servers.
On Unix, Linux and macOS:
autoreconf --install ./configure make make install
This will install seft as seft.
After installation, the seft command will be available.
You can use the --help option to get a list of available commands:
seft --help
Connecting to a server:
seft connect --subsystem <subsystem> --port <port>
This project is licensed under the MIT License