File: ioconnect.html

package info (click to toggle)
keepass2 2.41%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,892 kB
  • sloc: cs: 103,600; xml: 5,869; cpp: 308; sh: 48; makefile: 46
file content (86 lines) | stat: -rw-r--r-- 3,424 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="expires" content="0" />
	<meta http-equiv="cache-control" content="no-cache" />
	<meta http-equiv="pragma" content="no-cache" />

	<meta name="author" content="Dominik Reichl" />

	
	

	<meta name="DC.title" content="Loading/Saving From/To URL - KeePass" />
	<meta name="DC.creator" content="Dominik Reichl" />
	<meta name="DC.type" content="Text" />
	<meta name="DC.format" content="text/html" />
	<meta name="DC.language" content="en" />
	<meta name="DC.rights" content="Copyright (C) 2003-2019 Dominik Reichl" />

	<meta name="robots" content="index, follow" />
	<meta name="flattr:id" content="42rykv" />

	<title>Loading/Saving From/To URL - KeePass</title>
	<base target="_self" />
	<link rel="stylesheet" type="text/css" href="../../default.css" />
	
</head>
<body>



<table class="sectionsummary"><tr><td width="68">
<img src="../images/b64x64_enhanced_browsing.png" width="64" height="64"
class="singleimg" align="left" alt="Browsing" />
</td><td valign="middle"><h1>Loading/Saving From/To URL</h1><br />
KeePass can load/save databases from/to URLs.
</td></tr></table>

<p>In this dialog you can specify an URL, from/to which data is read/written.</p>

<p>By default, KeePass supports <b>FTP</b>, <b>HTTP</b> and <b>WebDAV</b>,
but additional protocols might
be available on your system (if specific providers are installed).</p>

<p>The <a href="https://keepass.info/plugins.html#ioprotocolext"
target="_blank">IOProtocolExt</a> plugin adds support for
<b>SCP</b>, <b>SFTP</b> and <b>FTPS</b>.</p>

<p>For an online storage (like e.g. Amazon's S3, DigitalBucket, ...), you need
an online storage provider
<a href="https://keepass.info/plugins.html" target="_blank">plugin</a>
(e.g.
<a href="https://keepass.info/plugins.html#keeanywhere"
target="_blank">KeeAnywhere</a>,
<a href="https://keepass.info/plugins.html#keecloud"
target="_blank">KeeCloud</a> or
<a href="https://keepass.info/plugins.html#keepasssync"
target="_blank">KeePassSync</a>).</p>

<br />

<a name="ftp"></a>
<h2 class="sectiontitle">
<img src="../images/b16x16_server.png" class="singleimg" alt="Server" />&nbsp;&nbsp;Example:
Using FTP Server</h2>

<p>In order to load/save your database from/to an FTP server, you first need to
upload the database file to the server manually. This only needs to be done once.</p>

<p>Then start KeePass and go <i>'File'</i> &rarr; <i>'Open'</i> &rarr; <i>'Open URL...'</i>.
Enter the full database path on the server and don't forget the <code>ftp://</code> prefix!
This prefix is required, otherwise KeePass doesn't know which protocol to use.
Enter the FTP credentials and click [OK]. KeePass will download the file and open it.</p>

<p>KeePass can remember the FTP credentials, if you wish. You can choose between remembering
everything (user name and password), partially (user name only) and not remembering
the credentials at all.</p>

<p>When you press the 'Save' button, KeePass will automatically upload the new
database file to the server (same location as before, i.e. overwriting the previous
one).</p>

</body></html>