Connecting Drive with Cyberduck
Use Cyberduck on macOS or Windows to browse and sync TrekMail Drive over WebDAV. Free, graphical, and handles large file uploads better than Finder.
Article details
Type, difficulty, plans, and last updated info.
▼
Article details
Type, difficulty, plans, and last updated info.
- Type
- Guide
- Difficulty
- Beginner
- Plans
- Nano · Starter · Pro · Agency
- Last updated
- Sep 9, 2026
Cyberduck is a free, open-source file transfer tool for macOS and Windows. It speaks WebDAV out of the box, has a clean graphical interface, and handles large uploads better than the OS file managers. If Finder or Windows Explorer feel sluggish on big files, Cyberduck is the recommended desktop client.
Connection details
What Cyberduck's "Open Connection" dialog asks for (Cyberduck splits the URL across two fields):
| Cyberduck field | Value |
|---|---|
| Protocol | WebDAV (HTTP/SSL): never the plain HTTP variant |
| Server | Paste the complete URL from Sync devices; Cyberduck fills the host and path |
| Port | 443 for a standard HTTPS connection |
| Username | The account-owner email for an account-wide device |
| Password | the dsync_… device password from Sync devices, not your dashboard password |
| Path | Confirm that Cyberduck preserved the path from the copied URL |
If you haven't generated a device password yet, do that first: see Sync devices.
Before you start
You need a device password. Sync apps get their own one-time password, separate from your dashboard login.
- Open Sync devices in your TrekMail dashboard.
- Click + Add new device.
- Name it (e.g.
Mac, Cyberduck). - Leave View files and Edit files checked.
- Click Generate password and copy the password (
dsync_...).
Install Cyberduck
- macOS: download from cyberduck.io or
brew install --cask cyberduck. - Windows: download from cyberduck.io and run the installer.
It's free; the donation prompt is optional.
Connect to Drive
- Open Cyberduck.
- Click Open Connection in the toolbar (or File → Open Connection…).
- At the top of the dialog, pick WebDAV (HTTP/SSL) from the protocol dropdown. This is the encrypted variant. Always pick HTTP/SSL, never the plain HTTP option (the plain one sends your password unencrypted).
- Fill in:
- Server: paste the complete Drive server URL from Sync devices. Cyberduck separates the host and path from the pasted URL.
- Port:
443 - Username: your TrekMail account email
- Password: the device password (
dsync_...) - Path: confirm it matches the path from the copied URL
- Optional: check Save Password to store it in your system keychain (macOS) or Credential Manager (Windows).
- Click Connect.
Cyberduck connects and shows your Drive's top-level folders.
Save as a bookmark
So you don't retype the settings:
- After connecting, open the menu Bookmark → New Bookmark (keyboard shortcut: Command + Shift + B on macOS, Ctrl + Shift + B on Windows).
- Cyberduck pre-fills everything from the active connection.
- Give it a friendly name (e.g.
TrekMail Drive). - Close the bookmark editor.
Now double-clicking the bookmark reconnects you in one click.
Working with files
- Drag files from your desktop into the Cyberduck window. They upload immediately.
- Drag files out to download.
- Right-click → New Folder creates a directory.
- Double-click a file: Cyberduck downloads it to a temporary location and opens it in the default app. To update an existing Drive file, save a new version locally and upload it as a new file, or update it in the Drive web interface. WebDAV does not replace an existing file with a direct save.
- Right-click → Delete moves to Drive's trash.
For a large file, test the connection with a smaller file first. Drive supports files up to 10 TB, subject to available storage and the capabilities of the client.
Sync a local folder with Drive
Cyberduck has a built-in Synchronize feature:
- In the menu bar: File → Synchronize….
- Pick the local folder.
- Choose direction: Upload, Download, or Mirror (both ways).
- Click Continue. Cyberduck shows the diff before applying changes.
For unattended sync jobs, rclone is a better fit, Cyberduck's sync is one-shot, not scheduled.
Troubleshooting
- "Login failed": use the device password (
dsync_...), not your dashboard password. Try regenerating in Sync devices if it still fails. - "Connection refused": copy the complete URL again from Sync devices, then confirm Cyberduck preserved its host and path.
- Some files don't appear after upload: Cyberduck caches; press Command + R on macOS or F5 on Windows to refresh.
- Transfer paused with "insufficient_scope": your device password is read-only. Create a new one with Edit files checked.
- Disconnected after long idle: Cyberduck auto-reconnects on next click. To prevent disconnects, open Cyberduck → Preferences → Connection and enable Keep Alive.
For broader sync issues, see Drive Sync troubleshooting.
Related articles
Jump to nearby guides that continue the workflow.