yafc

Advanced command-line FTP client with file transfer and directory navigation

brewmacoslinux
Try with needOr install directly
Source

About

Command-line FTP client

Commands

yafc

Examples

Connect to an FTP server$ yafc ftp://username:password@ftp.example.com
Upload a file to remote server$ yafc> put local_file.txt remote_file.txt
Download a file from remote server$ yafc> get remote_file.txt local_file.txt