Accessing cloudShare files using WebDAV (Network Drive)

Copy WebDEV URL for Map Network Drive  from  cloudShare Web Interface

Accessing files using macOS

Note

The macOS Finder suffers from a series of implementation problems and should only be used if the cloudShare server runs on Apache and mod_php, or Nginx 1.3.8+.

To access files through the macOS Finder:

  1. Choose Go > Connect to Server.
The “Connect to Server” window opens.
  1. Specify the address of the server in the Server Address field.
Screenshot of entering your Nextcloud server address on macOS

For example, the URL used to connect to the cloudShare server from the macOS Finder is:

https://example.com/cloudShare/remote.php/dav/files/USERNAME/
  1. Click Connect.
The device connects to the server.

Accessing files using Microsoft Windows

If you use the native Windows implementation, you can map cloudShare to a new drive. Mapping to a drive enables you to browse files stored on an cloudShare server the way you would files stored in a mapped network drive.

Using this feature requires network connectivity. If you want to store your files offline, use the Desktop Client to sync all files on your cloudShare to one or more directories of your local hard drive.

Mapping drives with the command line

The following example shows how to map a drive using the command line. To map the drive:

  1. Open a command prompt in Windows.

  2. Enter the following line in the command prompt to map to the computer Z drive:

    net use Z: https://<drive_path>/remote.php/dav/files/USERNAME/ /user:youruser
    yourpassword
    
where <drive_path> is the URL to your cloudShare server.

For example: net use Z: https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /user:youruser yourpassword

The computer maps the files of your cloudShare account to the drive letter Z.

Note

Though not recommended, you can also mount the cloudShare server using HTTP, leaving the connection unencrypted. If you plan to use HTTP connections on devices while in a public place, we strongly recommend using a VPN tunnel to provide the necessary security.

An alternative command syntax is:

net use Z: \\example.com@ssl\cloudShare\remote.php\dav /user:youruser
yourpassword

Mapping drives with Windows Explorer

To map a drive using the Microsoft Windows Explorer:

  1. Migrate to your computer in Windows Explorer.
  2. Right-click on Computer entry and select Map network drive… from the drop-down menu.
  3. Choose a local network drive to which you want to map cloudShare.
  4. Specify the address to your cloudShare instance, followed by/remote.php/dav/files/USERNAME/.

For example:

https://example.com/cloudShare/remote.php/dav/files/USERNAME/

Note

For SSL protected servers, check Reconnect at logon to ensure that the mapping is persistent upon subsequent reboots. If you want to connect to the cloudShare server as a different user, check Connect using different credentials.

screenshot of mapping WebDAV on Windows Explorer
  1. Click the Finish button.
Windows Explorer maps the network drive, making your cloudShare instance available.
  • Email, SSL
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

Forgot Password

1. click Forgot Password2. Enter your Username or your Email (Password will be sent via...

How to Log in for Cloud Share

How to use Cloud Share on Web page1. Open your Browser go to URL :...

Setting your preferences (For admin)

  As a user, you can manage your personal settings. To access your personal settings:...

The cloudShare web interface

  You can connect to your cloudShare server using any Web browser; just point it to your...

Setting your preferences

  As a user, you can manage your personal settings. To access your personal settings:...