Activity for Slummi

  • Slummi Slummi posted a comment on discussion Help

    OK, I've experimented a little with PowerShell and the KeePass triggers and the comparison of the local mod date with the remote mod date works when I use only one KeePass client and the client on the phone. However, if I use two KeePass clients, I get a ping-pong sync between both, as each sync results in the remote DB being newer than the local DB of the other client. I think there's no perfect solution as long as KeePass does always update the DB files during a sync even if there were no modifications...

  • Slummi Slummi posted a comment on discussion Help

    I haven't much experience with scripting in KeePass. With scripting you mean a WinSCP script or a KPS script? To avoid saving the credentials (database and WebDAV) to a script, I should create a trigger on database opening which executes the script that checks the mod dates and syncs the databases if needed, right?

  • Slummi Slummi posted a comment on discussion Help

    OK, thanks. I will do some tests, but I guess I can't avoid making the WebDAV folder accessible on Windows file system level to check the date. In case of normal KeePass sync I can directly access the file from KeePass and read the credentials from the used database.

  • Slummi Slummi posted a comment on discussion Help

    Hi Paul, you mean that there's a solution to compare the mod date of the DB file on WebDAV with the mod date of the local DB file to decide if a sync should be triggered or not? Cheers, Simon

  • Slummi Slummi posted a comment on discussion Help

    What I basically want to do is to keep a database on Windows (KeePass) synchronized with a database on a cell phone. If I modify the database on any device I also want to update the database on the other device automatically. For this purpose I have a copy of the database on a WebDAV drive. The app on my cell phone checks first if the mod date of the database file on WebDAV has changed or not. If it has changed, the app will download the file and merge it with the local file on the phone. If the...

  • Slummi Slummi posted a comment on discussion Help

    Hi Paul, thanks for the explanation. My understanding of how the sync feature works was wrong, I think. Your trigger set is very interesting, but in my particular case it won't solve the problem. The third party apps aren't able to read/write the additional files with the timestamps. So I would need a solution that enables KeePass to check the mod date of the remote file to decide if a sync is required or not. I guess there's no convenient way to do this via command line, because you would have to...

  • Slummi Slummi posted a comment on discussion Help

    Hi, I'm using the synchronization feature (with triggers) to sync a local database with a remote version (WebDAV). I synchronize the databases after opening and after saving it. I'm wondering why KeePass always saves the databases (local and remote copy) even if there were no modifications of the databases (e.g. after sync on opening). I would expcet that KeePass will check first if there are any modifications and only if there are some, it will save the changes. I'm also using third party clients,...

  • Slummi Slummi posted a comment on discussion Help

    I guess you're right. I looked into the source code of the plugin and it seems that the filename comes from a KeePass function. I think there's nothing else I can do than using filenames without blanks or using another service like WebDav that doesn't need the plugin. Thanks for your help, Paul. Regards, Slummi

  • Slummi Slummi posted a comment on discussion Help

    Here's the output for ls "*Test%20FTP.kdbx" TLS connection established. Waiting for welcome message... Connected Starting the session... Session started. Active session: [1] xxx No file matching '*Test%20FTP.kdbx' found. But I think the problem is that the space in the filename is escaped by the plugin, because "%20" is only used in a full URL (e.g. if you would enter the full url in a browser). No FTP client does escape spaces in a filename. If the plugin would transfer the filename to WinSCP with...

  • Slummi Slummi posted a comment on discussion Help

    Hi, here's the result for ls "*Test FTP.kdbx" from the console: TLS connection established. Waiting for welcome message... Connected Starting the session... Session started. Active session: [1] xxx -rw-rw-rw- 0 ftp ftp 2760 Oct 24 15:45 Test FTP.kdbx And here's the log: . 2019-11-15 11:21:01.634 Using FTP protocol. . 2019-11-15 11:21:01.634 Doing startup conversation with host. > 2019-11-15 11:21:01.634 PWD < 2019-11-15 11:21:01.634 257 "/" is current directory. . 2019-11-15 11:21:01.634 Getting...

  • Slummi Slummi posted a comment on discussion Help

    Hi Paul, no I'm not using %20. The spaces are automatically escaped by the plugin. If I use Test%20FTP.kdbx as the filename, the result (in the log) is exactly the same. As I described in the first post, I've already tried to mask out the spaces in different ways. When I directly download the file with the WinSCP client, the filename in the log is Test FTP.kdbx. Any further ideas, what I can do? Reagrds, Slummi

  • Slummi Slummi modified a comment on discussion Help

    Hi Paul, thanks for the idea with the logging. Here are two extracts from the logs, where you can find differences between the successful attempt and the failed one. Not successful (filename with blank: Test FTP.kdbx) . 2019-11-14 10:11:11.701 Using FTP protocol. . 2019-11-14 10:11:11.701 Doing startup conversation with host. > 2019-11-14 10:11:11.701 PWD < 2019-11-14 10:11:11.701 257 "/" is current directory. . 2019-11-14 10:11:11.701 Getting current directory name. . 2019-11-14 10:11:11.701 Startup...

  • Slummi Slummi posted a comment on discussion Help

    Hi Paul, thanks for the idea with the logging. Here are two extracts from the logs, where you can find differences between the successful attempt and the failed one. Not successful (filename with blank: Test FTP.kdbx) . 2019-11-14 10:11:11.701 Using FTP protocol. . 2019-11-14 10:11:11.701 Doing startup conversation with host. > 2019-11-14 10:11:11.701 PWD < 2019-11-14 10:11:11.701 257 "/" is current directory. . 2019-11-14 10:11:11.701 Getting current directory name. . 2019-11-14 10:11:11.701 Startup...

  • Slummi Slummi posted a comment on discussion Help

    Nobody there who has an idea how to get this working with blanks in the filenames?

  • Slummi Slummi posted a comment on discussion Help

    Hi, i tried to open databases with the IOProtocolExt Plugin 1.16 via FTPS. If the filename contains any blanks, it isn't possible to open the database ("remote file not found"). If the filename doesn't contain blanks, everything works fine. I also tried to mask the blanks with "%20" or "+" and to put the URI in quotes, but neither of them works. Is this a bug in the plugin or is there any other solution to open filenames containing blanks? Removing the blanks is not an option. ;) And one further...

1
MongoDB Logo MongoDB