website rev 43

Amend SSH - Handbook (en)
author Paul Issott <paul@slitaz.org>
date Sun May 11 06:23:42 2008 +0000 (2008-05-11)
parents d0b00447604c
children 8ad71b0b72c5
files en/doc/handbook/secure-server.html
line diff
     1.1 --- a/en/doc/handbook/secure-server.html	Sat May 10 17:14:02 2008 +0000
     1.2 +++ b/en/doc/handbook/secure-server.html	Sun May 11 06:23:42 2008 +0000
     1.3 @@ -73,12 +73,12 @@
     1.4  named page.html to a remote directory of the user (don't forget the <code>:</code> after the machine name or 
     1.5  IP address):
     1.6  </p>
     1.7 -<pre> $ scp page.html user@machine.org:Folder/Sub-Folder
     1.8 +<pre> $ scp page.html user@machine.org:path/remote/directory
     1.9  </pre>
    1.10  <p>
    1.11  Copy a file from a remote machine to your local machine:
    1.12  </p>
    1.13 -<pre> $ scp user@machine.org:Folder/Sub-Folder/page.html /path/your/machine
    1.14 +<pre> $ scp user@machine.org:path/remote/directory/page.html /path/your/directory
    1.15  </pre>
    1.16  
    1.17  <a name="dropbearkey"></a>