mirror of
https://github.com/rclone/rclone.git
synced 2025-01-23 06:38:47 +01:00
1891b6848b
We enable symlink support using the --links command line switch. On the VFS layer, symlinks always ends with the rclonelink suffix. This is because it is what we send/get to/from the remote layer. That mean than any regular operation like rename, remove etc on symlinks files always need to have their rclonelink suffix. That way, we don't mess the internal map of items and avoid lots of troubles. When symlink support is disabled, Symlink and Readlink functions will transparently manage ".rclonelink" files as regular files. |
||
---|---|---|
.. | ||
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 |