Use the ftp command
From Linuxintro
Revision as of 11:46, 13 March 2012 by imported>ThorstenStaerk (link to parent topic)
- 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