Donnerstag, 11. September 2014

download file from a server using ssh

A file can be downloaded from a server remotely by using the 'scp'-command as followed:

scp username@remotehost.tld:/remotedirectory/remotefile.txt /localdirectory

Example:
> scp bart@simpson.dyndns.com:/home/homer/marge.jpg /home/bart

Keine Kommentare:

Kommentar veröffentlichen