Use the ftp command
From Linuxintro
Revision as of 05:32, 19 April 2014 by imported>ThorstenStaerk (→See also)
- upload a file via ftp:
ftp -p -u ftp://user:password@server/path file
- download a file via ftp:
ftp -p -d ftp://user:password@server/path/file