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.
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.
WinSCP
A versatile client supporting WebDAV, SFTP, FTP, and SCP with both graphical and command-line interfaces.
Cyberduck
An open-source client with an intuitive interface, supporting WebDAV and integration with cloud storage services.
FileZilla Pro
An enhanced version of FileZilla with WebDAV support and connectivity to cloud platforms.
BitKinex
A free, multi-threaded client supporting WebDAV, FTP, and SFTP, enabling efficient file transfers.
SmartFTP
A professional file transfer client with WebDAV support, scheduling, and remote file editing features.
RaiDrive
Maps WebDAV servers as local drives, allowing seamless file management via Windows Explorer.
Mountain Duck
Mounts WebDAV servers as local disks for easy integration with the native file explorer.
ExpanDrive
A network file system client that maps WebDAV storage as local volumes for application access.