File: ioconnect.html

package info (click to toggle)
keepass2 2.47%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,992 kB
  • sloc: cs: 111,053; xml: 5,956; cpp: 308; makefile: 48; sh: 48
file content (86 lines) | stat: -rw-r--r-- 3,249 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>
<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="X-UA-Compatible" content="IE=edge" />
	<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="Load/Save 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-2021 Dominik Reichl" />

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

	<title>Load/Save From/To URL - KeePass</title>
	<base target="_self" />
	<link rel="stylesheet" type="text/css" href="../../default.css" />

	
</head>
<body>



<table class="sectionheader"><tr>
<td><img src="../images/b64x64_enhanced_browsing.png" alt="Browsing" /></td>
<td><h1>Load/Save From/To URL</h1>
<p>KeePass can load/save databases from/to URLs.</p></td>
</tr></table>

<p>In this dialog you can specify a 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" alt="Server" />
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>