2019-03-26 14:12:44 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2019-07-17 12:31:37 +01:00
|
|
|
<title>CUCC Expedition Handbook: Uploading files</title>
|
2019-07-17 12:09:49 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
2019-03-26 14:12:44 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-07-17 12:31:37 +01:00
|
|
|
<h2 id="tophead">CUCC Expedition Handbook - FTP on Android phone</h2>
|
2019-03-26 14:12:44 +00:00
|
|
|
|
2019-07-17 12:31:37 +01:00
|
|
|
<h1>Using expo server via FTP or scp or sftp connection</h1>
|
2019-03-26 14:12:44 +00:00
|
|
|
|
|
|
|
<h2>Configure connection on Android phone</h2>
|
2020-01-10 01:49:11 +00:00
|
|
|
<p>SFTP only works if you have <a href="keyexchange.html">key-pair setup</a> set up. But
|
2019-07-17 12:31:37 +01:00
|
|
|
you can use FTP using this app and this method.
|
|
|
|
|
2019-03-26 14:12:44 +00:00
|
|
|
<ul>
|
|
|
|
<li>Get <a href="https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer&hl=en">'Cx File Explorer'</a>:<br>
|
|
|
|
<img src="./tutorialimgs/cx_file_explorer.png" height="500">
|
|
|
|
</li>
|
|
|
|
<li>Press 'Network':<br>
|
|
|
|
<img src="./tutorialimgs/cx_network.png" height="500">
|
|
|
|
</li>
|
|
|
|
<li>Press 'plus' and 'remote':<br>
|
|
|
|
<img src="./tutorialimgs/cx_add.png" height="500">
|
|
|
|
</li>
|
2019-07-17 12:31:37 +01:00
|
|
|
<li>Press 'FTP':</li>
|
2019-03-26 14:12:44 +00:00
|
|
|
<li>Fill in the data:<br>
|
|
|
|
<b>Host:</b><i>expo.survex.com</i><br>
|
2019-07-17 12:31:37 +01:00
|
|
|
<b>Port:</b><i>21</i><br>
|
2019-03-26 14:12:44 +00:00
|
|
|
<b>Username:</b><i>expo</i><br>
|
|
|
|
<b>Password:</b>[contact your expedition leader for password]<br>
|
|
|
|
<img src="./tutorialimgs/cx_sftp.png" height="500">
|
|
|
|
</li>
|
|
|
|
<li>Navigate to the image you want to upload. Then long press to select and press 'copy'<br>
|
|
|
|
<img src="./tutorialimgs/cx_copy.png" height="500">
|
|
|
|
</li>
|
|
|
|
<li>Navigate to expo.survex.com/home/expo/expofiles/uploads to avoid mess ;)<br>
|
|
|
|
<img src="./tutorialimgs/cx_paste.png" height="500">
|
|
|
|
</li>
|
|
|
|
<li>Press 'Paste' to finalize upload.</li>
|
|
|
|
<li>Done!</li>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
2019-07-17 12:31:37 +01:00
|
|
|
<h2>Configure connection on Windows</h2>
|
2020-01-10 01:49:11 +00:00
|
|
|
<p>scp only works if you have <a href="keyexchange.html">key-pair setup</a> set up.
|
2019-07-17 12:31:37 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Get <a href="https://winscp.net/eng/download.php">WinScp</a> application to handle uploads or similar:<br>
|
|
|
|
<img src="./tutorialimgs/winscp.jpg" width="500"></li>
|
|
|
|
<li>Click 'New site' in the popup window and fill in the data.<br>
|
|
|
|
<b>hostname:</b><i>expo.survex.com</i><br>
|
|
|
|
<b>user:</b><i>expo</i><br>
|
|
|
|
<b>password:</b>[contact your expedition leader for password]<br>
|
|
|
|
<img src="./tutorialimgs/newsite.jpg" width="500"></li>
|
|
|
|
<li>Click 'Login' to connect. You should be able to upload files now.</li>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2019-03-26 14:12:44 +00:00
|
|
|
|
|
|
|
<h2>Configure connection on Linux/Unix</h2>
|
2020-01-10 01:49:11 +00:00
|
|
|
<p>scp only works if you have <a href="keyexchange.html">key-pair setup</a> set up.
|
2019-03-26 14:12:44 +00:00
|
|
|
<ul>
|
|
|
|
<li>You can upload files using 'scp' command (to upload localfile.file to expofiles/uploads/remotename.file)<br>
|
|
|
|
<pre>
|
2019-07-17 12:31:37 +01:00
|
|
|
scp localfile.file expo@expo.survex.com:~/expofiles/uploads/remotename.file
|
2019-03-26 14:12:44 +00:00
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|