yafc

Command-line FTP client with advanced features and directory browsing

brewmacoslinux
Try with needOr install directly
Source

About

Command-line FTP client

Commands

yafc

Examples

connect to an FTP server$ yafc ftp://user:password@example.com
upload files to FTP server$ yafc> put localfile.txt /remote/path/
download files from FTP server$ yafc> get remotefile.txt
browse and list FTP directories$ yafc> ls -la /remote/directory
transfer multiple files with wildcards$ yafc> mput *.log /remote/logs/