PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

FTP client

Install

apt/brew install ncftp

Open connection

cd workdir
ncftp -u username -p password host
help
ls
cd dir
get file
put file
quit