Skip to content
Snippets Groups Projects
Commit 598b4913 authored by Anders Slaaen's avatar Anders Slaaen
Browse files

skriveleif

parent 4bb4b210
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ function getIP() {
<p>In about 5 miniutes you should be able to upload files to your fileserver</p>
<p>To do this you can follow <a href="https://wiki.filezilla-project.org/Howto" class="link-primary" target="_blank">this</a> guide on how to use Filezilla with key based authentication</p>
<p>Or if you perfer you open a shell inside the folder containing files you wish to upload, then use the command below to start a SFTP session</p>
<p>Or if you prefer you open a shell inside the folder containing files you wish to upload, then use the command below to start a SFTP session</p>
<code>sftp -i /path/to/your/private_key ${owner}@${address.responseText}:/shared</code>
<p>You now be able to upload files using <code>put filename</code> and download files using <code>get filename</code></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment