WebDAV (Web Distributed Authoring and Versioning) is a powerful protocol that allows you to access and manage files stored on remote servers as if they were on your local device. In this guide, we’ll walk you through how to connect to your GigaDrive via WebDAV, enabling seamless file management and integration.
Install
and follow the on-screen instructions to install SFTPGo.Access
button to locate your WebDAV connection details. Note down the following:
On your Windows PC:
Your GigaDrive should now appear as a network drive under This PC in File Explorer. You can interact with it like any local drive, enabling you to drag and drop files, create folders, and manage your data with ease.
If you are unable to connect to the webdav server, kindly refer to the troubleshooting section.
To connect to your GigaDrive via WebDAV, you need to install the davfs2 package, which allows you to mount WebDAV resources as a filesystem. Open a terminal and run the following command:
sudo apt update && sudo apt install davfs2
For other Linux distributions, use the appropriate package manager (e.g., dnf
, yum
, or pacman
).
Create a directory that will serve as the mount point for your WebDAV connection. For example:
mkdir ~/GigaDrive
Install
and follow the on-screen instructions to install SFTPGo.Access
button to locate your WebDAV connection details. Note down the following:
Use the following command to mount your GigaDrive to the directory created in Step 2:
sudo mount -t davfs <WebDAV_URL> ~/GigaDrive
Replace <WebDAV_URL>
with the URL you noted earlier.
When prompted, enter your Username and Password. To avoid entering credentials repeatedly, you can add them to a configuration file:
sudo nano /etc/davfs2/secrets
<WebDAV_URL> <username> <password>
To allow non-root users to mount the WebDAV resource, add your user to the davfs2
group:
sudo usermod -aG davfs2 $USER
Log out and log back in for the changes to take effect.
To mount the WebDAV resource automatically at startup:
sudo nano /etc/fstab
<WebDAV_URL> ~/GigaDrive davfs user,rw,auto 0 0
Navigate to the mount point directory (e.g., ~/GigaDrive
) and confirm you can access your files. You can now manage your GigaDrive as if it were a local directory.
If you are unable to mount your GigaDrive on windows using webdav, please follow these steps
WinSCP (Free)
A powerful client supporting WebDAV, SFTP, FTP, and SCP with both a graphical interface and command-line functionality.
Cyberduck (Free & Paid)
An open-source client with an intuitive interface, supporting WebDAV and integration with cloud storage services.
FileZilla Pro (Paid)
An enhanced version of the popular FileZilla client, offering WebDAV support and connectivity to cloud platforms.
BitKinex (Free)
A multi-threaded and free client supporting WebDAV, FTP, and SFTP, enabling efficient and fast file transfers.
SmartFTP (Paid)
A professional-grade file transfer client with WebDAV support, scheduling, remote file editing, and advanced security features.
RaiDrive (Free & Paid) - Supports Mounting
Allows users to map WebDAV servers as local drives for seamless file management via Windows Explorer. A Pro version unlocks additional features.
Mountain Duck (Paid) - Supports Mounting
Mounts WebDAV servers as local disks, integrating them directly with the native file explorer for smooth file management.
ExpanDrive (Paid) - Supports Mounting
A network file system client that maps WebDAV storage as local volumes, making it accessible for applications just like a local drive.