Difference between revisions of "Use the ftp command"

From Linuxintro
imported>ThorstenStaerk
(Created page with "* upload a file via ftp: ftp -p -u ftp://user:password@server/path file = See also = * [http://man-wiki.net/index.php/1:ftp ftp's man page]")
(No difference)

Revision as of 11:42, 13 March 2012

  • upload a file via ftp:
ftp -p -u ftp://user:password@server/path file

See also