I am trying to access my NAS drive with rclone:
rclone check C:\Some_local_folder "N:\"
where N:\
is my NAS drive. However, I can't seem to access my NAS in this way:
2020-06-18 20:24:25 ERROR : file.jpg: File not in Local file system at //?/N:/
However, in the same command line window, I can access my NAS with ls N:\
for example. How can I access my NAS with rclone?