zssh

Interactive file transfers over SSH with convenient command-line interface

brewmacoslinux
Try with needOr install directly
Source

About

Interactive file transfers over SSH

Commands

zssh

Examples

Connect to a remote server interactively for file transfers$ zssh user@example.com
Upload a file to remote server using interactive prompt$ zssh user@example.com cd /remote/path put localfile.txt
Download a file from remote server interactively$ zssh user@example.com cd /remote/path get remotefile.txt