Differences
This shows you the differences between the selected revisions of the page.
2014-08-28 | 2014-08-28 | ||
all keepass examples use BASE: instead of URL:, though I don't understand the difference (martin) | wrong syntax (martin) | ||
Line 27: | Line 27: | ||
See KeePass documentation for [[http://keepass.info/help/base/placeholders.html|placeholders]]. | See KeePass documentation for [[http://keepass.info/help/base/placeholders.html|placeholders]]. | ||
- | Repeat override definition for each protocol you want to use with WinSCP (''sftp'', ''ftp'', ''ftps'', ''scp'', ''http'', ''https''). If you want to use [[webdav|WebDAV]] sessions, but you want to keep ''http'' protocol reserved for a web browser, you can use custom scheme for the protocol, e.g. ''webdav''. Then, in the //%%URL%% Override// field, you need to explicitly use ''http'', instead of referring by ''$${BASE:SCM}$$'' to the protocol from the password entry //%%URL%%// field. | + | Repeat override definition for each protocol you want to use with WinSCP (''sftp'', ''ftp'', ''ftps'', ''scp'', ''http'', ''https''). If you want to use [[webdav|WebDAV]] sessions, but you want to keep ''http'' protocol reserved for a web browser, you can use custom scheme for the protocol, e.g. ''webdav''. Then, in the //%%URL%% Override// field, you need to explicitly use ''http'', instead of referring by ''{BASE:SCM}'' to the protocol from the password entry //%%URL%%// field. |
===== Opening URL/Site ===== | ===== Opening URL/Site ===== |