Use the ftp command

From Linuxintro
Revision as of 11:44, 13 March 2012 by imported>ThorstenStaerk
  • 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

See also