mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
Philip software installaiton documentaiton updates
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||
<h1>Uploading photos and files</h1>
|
||||
<h1>Uploading photos, GPS tracks and files</h1>
|
||||
|
||||
<p>The expo website has a big section under 'expofiles' that is not part of the repositories. This section describes how to move files into that area. It supports 2 basic methods of upload:
|
||||
<p>The expo website has a big section under 'expofiles' that is not part of the version control repositories. This section describes how to move files into that area. It supports 2 basic methods of upload:
|
||||
<ol>
|
||||
<li>Uploading directly to the file store using scp/sftp/rsync</li>
|
||||
<li>Uploading to a special 'uploads' directory using Webdav</li>
|
||||
@@ -58,18 +58,26 @@ on the centre of the screen.</li>
|
||||
<h2>Using scp</h2>
|
||||
|
||||
<p>Works on Windows (using winscp), Linux (using scp), and no doubt
|
||||
mac and android with other tools.</p>
|
||||
mac and android with other tools. If you have Windows 10 and <a href="https://msdn.microsoft.com/en-gb/commandline/wsl/about">have installed bash</a>, then you can use scp.</p>
|
||||
|
||||
<p>The above FireFTP is just one example of a tool that does this job</p>
|
||||
|
||||
<pre>
|
||||
directory: /home/expo/expofiles/photos/2015/YourName
|
||||
directory: /home/expo/expofiles/photos/2017/YourName
|
||||
server: expo.survex.com
|
||||
user: expo
|
||||
with the usual expo password
|
||||
protocol: sftp or scp
|
||||
</pre>
|
||||
|
||||
Or for GPS tracks, do
|
||||
<pre>
|
||||
directory: /home/expo/expofiles/gpslogs/2017/YourName
|
||||
server: expo.survex.com
|
||||
user: expo
|
||||
with the usual expo password
|
||||
protocol: sftp or scp
|
||||
</pre>
|
||||
<p>Obviously replace 'YourName' with your actual name (no spaces!)</p>
|
||||
|
||||
<p>If you don't have winscp installed you can get it from here:
|
||||
|
||||
Reference in New Issue
Block a user