rclone/lib/file
albertony e92cb9e8f8 mount: more user friendly mounting as network drive on windows
Add --network-mode option to activate mounting as network drive without having to set volume prefix.
Add support for automatic drive letter assignment (not specific to network drive mounting).
Allow full network share unc path in --volname, which will also implicitely activate network drive mounting.
Allow full network share unc path as mountpoint, which will also implicitely activate network drive mounting, and the specified path will be used as volume prefix and the remote will be mounted on an automatically assigned drive letter instead.
2020-12-28 13:59:34 +00:00
..
driveletter_other.go mount: more user friendly mounting as network drive on windows 2020-12-28 13:59:34 +00:00
driveletter_windows.go mount: more user friendly mounting as network drive on windows 2020-12-28 13:59:34 +00:00
file_other.go lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows 2019-01-11 10:26:34 +00:00
file_test.go lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows 2019-01-11 10:26:34 +00:00
file_windows.go lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows 2019-01-11 10:26:34 +00:00
file.go lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows 2019-01-11 10:26:34 +00:00
preallocate_other.go lib/file: add Implemented constants 2020-05-19 10:15:20 +01:00
preallocate_unix.go lib/file: add Implemented constants 2020-05-19 10:15:20 +01:00
preallocate_windows.go lib/file: fix SetSparse on Windows 7 which fixes downloads of files > 250MB 2020-06-06 13:13:15 +01:00
unc_test.go local: factor UNCPath into lib/file 2020-06-30 12:01:36 +01:00
unc_windows.go local: factor UNCPath into lib/file 2020-06-30 12:01:36 +01:00
unc.go local: factor UNCPath into lib/file 2020-06-30 12:01:36 +01:00