tnftp

NetBSD's lightweight FTP client with advanced features

brewmacoslinux
Try with needOr install directly
Source

About

NetBSD's FTP client

Commands

ftp

Examples

Connect to an FTP server interactively$ ftp ftp.example.com
Download a file from FTP server$ ftp -o localfile.txt ftp://user:pass@ftp.example.com/remotefile.txt
Execute FTP commands non-interactively via stdin$ echo -e 'user username\npass password\nget remotefile.txt\nquit' | ftp ftp.example.com