Difference between revisions of "Use the ftp command"
From Linuxintro
imported>ThorstenStaerk (link to parent topic) |
imported>ThorstenStaerk |
||
Line 7: | Line 7: | ||
= See also = | = See also = | ||
* [[ftp]] | * [[ftp]] | ||
− | * [http:// | + | * [http://unixhelp.ed.ac.uk/CGI/man-cgi?ftp ftp's man page] |
Latest revision as of 05:32, 19 April 2014
- 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