How to access my files via WebDAV: Difference between revisions

From Supporting Role Wiki
Jump to navigationJump to search
Line 24: Line 24:
==Microsoft==
==Microsoft==


===Windows 10===
===Windows 10/8/7===
See Instructions for Windows 7

===Windows 8===
See Instructions for Windows 7

===Windows 7===

Three alternative solutions...

==== File Explorer > Location Address bar ====
Simply open up a Windows Explorer window and type the following into the location address bar:
<pre>\\<your.external.server.name>@SSL@11443\<foldername>\</pre>
where
*'''<your.external.server.name>''' is the same name as you use to access VPN, usually '''remote.<your.domain.name>'''
*'''<foldername>''' name of shared folder (at root location) on your server, it may be staff, office, hr, field, regulatory, etc... as customised in your office

Once the location is opened, you can navigate to any location on the server and save it as a favourite.

For example:
<pre>\\remote.example.com@SSL@11443\allstaff</pre>

'''You will be prompted''' for your '''username''' and '''password''' unless they have been saved previously.


==== File Explorer > Mapped Drive ====
==== File Explorer > Mapped Drive ====
* Open '''File Explorer'''
* Open '''File Explorer'''
* Go to '''Tools > Map Network Drive...''' (Press ALT+H to make menus appear)
* Go to '''Tools > Map Network Drive...''' (Press ALT+H to make menus appear)
* '''Select a letter''' (e.g Z:)
* '''Select a letter''' (e.g Z:) [or Connect to a website... (link), to make it appears as a folder name instead]
* Enter path in the following format: '''https://<your.external.server.name>:11443/<foldername>''' (e.g https://remote.example.com:11443/allstaff)
* Enter path in the following format: '''https://<your.external.server.name>:11443/<foldername>''' (e.g https://remote.example.com:11443/allstaff)
* Select '''Reconnect at Login''' option as required
* Select '''Reconnect at Login''' option as required
Line 57: Line 35:
* When prompted, enter your credentials
* When prompted, enter your credentials


==> Drive letter would appear in File Explorer under This PC (or Computer)
==> Drive letter [or folder name) would appear in File Explorer under This PC (or Computer)

==== File Explorer > Connect to Website (Network Location) ====

* Open '''File Explorer'''
* Go to '''Tools > Map Network Drive...''' (Press ALT+H to make menus appear)
* Click the link at the bottom '''Connect to a Web site...'''
* Enter path in the following format: '''https://<your.external.server.name>:11443/<foldername>''' (e.g https://remote.example.com:11443/allstaff)
* '''Enter login and password''' as prompted
* '''Enter a name''' of connection (as it would appear in file explorer), for example company name (e.g Pecan) to identify it simply in network location.

==> A web folder would appears in File Explorer under the name you have chosen.

[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 16:57, 30 July 2020

Apple

OS-X

  • Open Finder, and go to Go -> Connect to Server.
  • In the Server Address box, type https://<your.external.server.name>:11443/ where <your.external.server.name> is the same name as you use to access VPN, usually remote.<your.domain.name>.
  • Enter your username and password when prompted.
Note: If you click on the the + button, it will save the link for the next time. You can also add it to your login items.

iOS

We recommend using a free App called WebDAV Navigator. You will need to enter the following details:

  • Name: This is for you to recognise it should you have a number of connections.
  • Server URL: This would be https://<your.external.server.name>:11443/, where <your.external.server.name> is the same name as you use to access VPN, usually remote.<your.domain.name>.
  • Username: Your server username.
  • Password: Your server password.

Linux

Most Linux file managers are able to open WebDAV locations. For example, in Nautilus, go to the connect to server option, choose secure WebDAV (HTTPS), and end the following details:

server: <your.external.server.name>
port: 11443
username: <your server username>
password: <your server password>

Microsoft

Windows 10/8/7

File Explorer > Mapped Drive

  • Open File Explorer
  • Go to Tools > Map Network Drive... (Press ALT+H to make menus appear)
  • Select a letter (e.g Z:) [or Connect to a website... (link), to make it appears as a folder name instead]
  • Enter path in the following format: https://<your.external.server.name>:11443/<foldername> (e.g https://remote.example.com:11443/allstaff)
  • Select Reconnect at Login option as required
  • Select Connect as different user option as required
  • When prompted, enter your credentials

==> Drive letter [or folder name) would appear in File Explorer under This PC (or Computer)