X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/de7e1227dc7b935b73bc857ecaf0099403248c97..7822d4d431284d0912ba40d288da81a1eac68a3e:/doc/user/tutorials/tutorial-keep-mount-windows.html.textile.liquid diff --git a/doc/user/tutorials/tutorial-keep-mount-windows.html.textile.liquid b/doc/user/tutorials/tutorial-keep-mount-windows.html.textile.liquid index 4384cd0c76..a40a997ba1 100644 --- a/doc/user/tutorials/tutorial-keep-mount-windows.html.textile.liquid +++ b/doc/user/tutorials/tutorial-keep-mount-windows.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: userguide -title: "Accessing Keep from Windows" +title: "Access Keep from Windows File Explorer" ... {% comment %} Copyright (C) The Arvados Authors. All rights reserved. @@ -11,14 +11,14 @@ SPDX-License-Identifier: CC-BY-SA-3.0 Windows users can browse Keep read-only via WebDAV. Specific collections can also be accessed read-write via WebDAV. -h3. Browsing Keep (read-only) +h3. Browsing Keep in File Explorer (read-only) -Use the 'Map network drive' functionality, and enter @https://collections.uuid_prefix.your.domain/@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid Arvados token in the @Password@ field. +Use the 'Map network drive' functionality, and enter @https://collections.ClusterID.example.com/@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid Arvados token in the @Password@ field. This mount is read-only. Write support for the @/users/@ directory is planned for a future release. h3. Accessing a specific collection in Keep (read-write) -Use the 'Map network drive' functionality, and enter @https://collections.uuid_prefix.your.domain/c=your-collection-uuid@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid token in the @Password@ field. +Use the 'Map network drive' functionality, and enter @https://collections.ClusterID.example.com/c=your-collection-uuid@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid token in the @Password@ field. This collection is now accessible read/write.