mirror of
https://github.com/rclone/rclone.git
synced 2025-01-07 06:50:24 +01:00
19c6081de2
We enable symlink support using the --links command line switch. When symlink support is enabled, the mount backends will translate the name of the vfs symlinks files (truncating their rclonelink suffix). Also, operations like rename, symlink etc does not needs the rclonelink suffix, it is handled internally to pass it to the underlying low level VFS. When symlink support is disabled, Symlink and Readlink functions will transparently manage ".rclonelink" files as regular files. Fixes #2975 |
||
---|---|---|
.. | ||
dir.go | ||
edge_cases.go | ||
file.go | ||
fs.go | ||
os.go | ||
read_non_unix.go | ||
read_unix.go | ||
read.go | ||
submount.go | ||
vfs.go | ||
write_non_unix.go | ||
write_unix.go | ||
write.go |