Your cloud files, at home in Windows

Mount Nextcloud, WebDAV and SFTP in Explorer. ResoDrive keeps drives connected and handles copy or sync jobs in the background.

NextcloudWebDAVSFTP

No subscription. No paid edition. MIT licensed for 64-bit Windows.

ResoDrive showing a WebDAV drive and an SFTP drive

Remote storage that feels at home on Windows

Drives in Explorer

Choose a drive letter and open remote files from Explorer or desktop apps.

Guided setup

Add Nextcloud, WebDAV or SFTP without editing rclone files by hand.

Background reconnects

Keep selected drives available after sign-in and retry brief connection failures.

Local credentials

Connection secrets are protected for the current Windows account.

Copy and sync without keeping a drive open

Copy files in either direction or mirror a source to its destination. Jobs can run manually or on an interval, even when the related drive is not mounted.

  • See progress and transferred data
  • Review checks, errors and completion time
  • Confirm mirror jobs before removing destination files
ResoDrive copy and sync jobs with recent results

A practical rollout for Windows teams

ResoDrive does not need a management server. IT can deploy the installer and provide connection profiles. Each user enters their own credentials.

  1. 1

    Install ResoDrive

    Deploy the MSI with your normal Windows software tool, or use the setup program for individual computers.

  2. 2

    Add profiles

    Put profiles.json in %LOCALAPPDATA%\rdrive. Profiles contain addresses and defaults, not passwords.

  3. 3

    Let users connect

    Users select a profile, enter their credentials and confirm the drive letter.

This works well for teams that want repeatable setup without another admin service. ResoDrive does not currently have a central console or device reports.

Give people a short, familiar setup

Profiles make setup shorter and more consistent. Users still provide their own password or private key.

Nextcloud

Nextcloud profile

A company Nextcloud connection with a suggested drive letter.

{
  "id": "company-nextcloud",
  "displayName": "Company Nextcloud",
  "description": "Company files and personal folders",
  "defaultRemoteName": "Nextcloud",
  "connection": {
    "type": "webdav",
    "baseUrl": "https://cloud.example.com/",
    "pathTemplate": "/remote.php/dav/files/{username}",
    "vendor": "nextcloud"
  },
  "defaultDriveLetter": "N"
}
WebDAV

WebDAV profile

A shared WebDAV location for team documents.

{
  "id": "team-webdav",
  "displayName": "Team documents",
  "description": "Shared team documents",
  "defaultRemoteName": "Documents",
  "connection": {
    "type": "webdav",
    "baseUrl": "https://files.example.com/",
    "pathTemplate": "/dav/",
    "vendor": "other"
  },
  "defaultRemotePath": "shared",
  "defaultDriveLetter": "W"
}
SFTP

SFTP profile

An SFTP server that users can open as a normal drive.

{
  "id": "project-sftp",
  "displayName": "Project server",
  "description": "Project files over SFTP",
  "defaultRemoteName": "Projects",
  "connection": {
    "type": "sftpPassword",
    "host": "sftp.example.com",
    "port": 22
  },
  "defaultRemotePath": "/projects",
  "defaultDriveLetter": "P"
}

These are individual profile objects. The complete file adds a schema version and puts the objects inside a profiles array.

ResoDrive Nextcloud connection setup

Everything is clear before connecting

The setup screen shows the service address, remote path and drive letter before the connection is saved.

Read the install guide

No ResoDrive cloud

The app connects the computer directly to the configured storage service.

Protected credentials

Managed secrets are encrypted for the current Windows account.

Public source and checksums

Code, release history and SHA-256 checksums are available on GitHub.

Free to use. Open source.

Download the current preview for 64-bit Windows.

Download for Windows