Resumable sync and databases via PHP gateway
Resumable synchronization with workspace management, plus database access even without a direct connection, thanks to a PHP gateway.
Naucturne becomes a true server workstation. This release introduces resumable sync and a new way to connect to your databases.
Resumable sync
Sync operations resume where they left off, instead of starting all over.
Workspaces
Workspace management to organize your sessions and transfers.
PHP gateway
Connect to MySQL/MariaDB through a PHP bridge when direct access isn't possible.
SSH sessions
New session managers improve connection reliability and progress tracking.
Three ways to reach your database
Direct connection
When the port is reachable, connect straight to the database.
SSH tunnel
Otherwise, go through a secure SSH tunnel to the server.
PHP gateway
And when nothing else works, a PHP gateway bridges from the web hosting.
No server left behind
Between direct connection, SSH tunnel and PHP gateway, you can reach your databases even on the most locked-down hosting.