Documentation · Web Drive Access

Mount your Web Drive like a local disk — on Windows, Mac or Linux

A step-by-step reference for connecting to CloudWebHost Secure Cloud Storage: what you need before you start, how each operating system mounts the drive, and how this differs from FTP.

https://access.cloudwebhost.in
1
Open This PC and choose Add a network location
2
Paste the secure Web Drive address above
3
Sign in with your username and password
4
The drive appears — browse it like any folder

Web Drive access overview

Method

Web Drive / WebDAV

Mounts as a network location — no separate app required on most systems.

Protocol

HTTPS-based WebDAV

Encrypted connection, same address works in a browser or file manager.

Best for

Everyday file access

Documents, media, backups and shared project folders.

Time to connect

Under 2 minutes

Once you have the address, username and password ready.

Preparation

Before you start

Gather these details first — every platform guide below asks for the same three things.

What you need

  • Your Web Drive / WebDAV address
  • Your username
  • Your password
  • An active internet connection
  • Permission to access the folder or storage space

Address format

Use the exact secure address given by your administrator:

https://access.cloudwebhost.in
davs://access.cloudwebhost.in
Windows tip: choose "Add a network location," not a standard mapped drive letter — that option is built for WebDAV-based web storage.
Supported storage

What you can store and access

Documents, media, backups and shared folders — organised for daily use, not just archiving.

Documents & office files

PDF, DOC, DOCX, XLS, XLSX, PPT, TXT, CSV

Media & design files

Images, video, audio, source and creative assets

Archives & backups

ZIP, RAR, 7Z, exports and scheduled backup sets

CategoryExamplesTypical use
Business filesInvoices, contracts, reports, spreadsheetsDaily work access, organised business storage
Creative filesPhotos, video, PSD, AI, source assetsProduction workflows, client delivery, team access
Backup dataZIP backups, exports, archivesLong-term protection and recovery
Shared project foldersTeam folders, customer foldersCross-device collaboration, controlled sharing
Comparison

How this differs from FTP

Two ways to move files — built for different people.

// everyday access

Web Drive / WebDAV

  • Mounts like a drive or network location
  • Easier for non-technical users
  • Works directly from file explorers
  • Suited to regular document access
  • Runs over secure HTTPS / WebDAV
CHOOSE ONE
// technical transfer

FTP / SFTP

  • Needs a dedicated FTP or SFTP client
  • More technical configuration
  • Common for server management, deployment
  • Better for administrator-level workflows
  • SFTP is secure; plain FTP is not unless protected
In short: opening, uploading and organising files day-to-day → Web Drive. Server transfers, hosting tasks or deployment → FTP/SFTP.
Platform setup

Connect step by step

Pick your operating system. Each step follows the connection thread down to a mounted drive.

Windows

Add a network location

1

Open This PC

In File Explorer, click This PC in the left sidebar.

2

Choose "Add a network location"

Right-click inside This PC, or use the ribbon menu.

  • Wording may vary slightly by Windows version.
3

Enter the Web Drive address

Paste the secure URL when asked for the internet or network address.

4

Sign in

Enter your username and password. Save credentials only on a trusted device.

5

Name the connection

Give it a clear label, e.g. "CloudWebHost Drive."

6

Finish

The drive appears in This PC — browse, upload and download normally.

This PC
This PC ▸ Add a network location
Desktop
Documents
CloudWebHost Drive
Local Disk (C:)
macOS

Connect to Server

1

Open Finder

Launch Finder from the Dock.

2

Go → Connect to Server

Or press ⌘K.

3

Enter the server address

Type the WebDAV address, e.g. https://access.cloudwebhost.in or davs://access.cloudwebhost.in.

4

Authenticate

Enter your username and password, then sign in.

5

Use your storage

The drive mounts and appears in Finder like any connected volume.

6

Add to Favorites

Drag it into the sidebar for quick future access.

Connect to Server
Favorites
AirDrop
Recents
CloudWebHost
Locations
MacBook Pro
davs://access.cloudwebhost.in
Recent Servers
access.cloudwebhost.in
Linux

Files, or terminal mount

1

Open your file manager

Files (Nautilus), Dolphin, or your preferred manager.

2

Other Locations → Connect to Server

Find the remote-connection option in the sidebar.

3

Enter the WebDAV address

Use the davs:// format for a secure connection.

4

Log in

Enter your storage username and password.

5

Browse and use files

Upload, download and manage folders as usual.

6

Optional: terminal mount

Advanced users can mount via davfs2. Command varies by distribution.

user@workstation: ~
# mount the CloudWebHost web drive
$ sudo mount -t davfs \
  https://access.cloudwebhost.in \
  /mnt/cloudwebhost
Username: your-storage-username
Password: ********
$ ls /mnt/cloudwebhost
Troubleshooting

Common issues

Check these before contacting support.

Error

Address rejected

Double-check the exact Web Drive URL — protocol and domain must match what was provided.

Error

Login failed

Confirm the username and password, and that the account has access to this storage location.

Warning

Certificate not trusted

Usually means the SSL certificate isn't correctly installed. A valid HTTPS setup resolves this.

Warning

Setup won't complete on Windows

Verify the WebDAV endpoint is reachable and using a proper SSL certificate.

Info

Slow transfers

Depends on connection speed, file size, file count and server load.

Info

Read-only access

Your account may have limited permissions — contact the administrator for upload or edit rights.

Still stuck? Send support your device type, OS, the exact error message, a screenshot, and which connection method you used.
FAQ

Frequently asked questions

Q01What is Web Drive Access?+
A way to connect to secure cloud storage through a browser or by mounting it on your computer, so files can be managed from Windows, macOS or Linux.
Q02Is it the same as FTP?+
No. Web Drive Access is generally easier for regular users and behaves like a network location. FTP/SFTP is more technical and typically used with dedicated transfer clients.
Q03Can I use it on multiple devices?+
Yes — access it from a browser, and connect it on any supported desktop operating system, subject to your permissions.
Q04Do I need extra software?+
Usually not — Windows, macOS and Linux can connect with built-in tools. Advanced workflows may use optional WebDAV client software.
Q05What files can I store?+
Documents, media, archives, backups and business data — subject to your storage plan and permissions.
Q06Which address do I enter?+
Always use the exact secure address given by your administrator — it may be a custom domain, proxy address, or direct secure port URL.