blob: 3fd2ed80aac7b5e6b1bdcae67a8cd3d04a7b8d14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html>
<head>
<title> Cloudron Surfer </title>
<link rel="stylesheet" href="/settings/css/bootstrap.min.css">
<link rel="stylesheet" href="/settings/css/style.css">
</head>
<body>
<div class="wrapper">
<div class="content">
<img src="/settings/img/logo.png"/>
<h1> Cloudron Surfer </h1>
<p>
Upload some files using the commandline tool.
</p>
<pre>
npm -g install cloudron-surfer
surfer login http://test-foobar
surfer put [file]</pre>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</div>
</body>
</html>
|