duck

Command-line interface for Cyberduck multi-protocol file transfer

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for Cyberduck (a multi-protocol file transfer tool)

Commands

duck

Examples

List contents of a remote directory$ duck --list sftp://user@example.com/path/to/dir
Upload a file to a remote server$ duck --upload sftp://user@example.com/remote/path local_file.txt
Download a file from a remote server$ duck --download sftp://user@example.com/remote/file.txt .