Hi all, since the upgrade to OS 5 I noticed that the app “Webfile viewer” is missing and therefore is not possible anymore to browse files from the web interface (via LAN). Is there any other way to browse the files via the web interface?
One could ask why would I need to browse files from the web interface and the answer is in 2 very important features: copy and moving files between shares. With OS 3 I could, for example, move huge files and directories between shares instantly via the web interface, and that was of course because the EX2 was actually simply changing the mount point of a directory from his point of view. If you would do it via afp for example it would physically copy the files between shares using my computer’s CPU, which is very inefficient… Is there any way to do it in OS 5? Maybe via SSH?
As you can see from this screenshot (My Cloud OS 5 & OS 3, The Key Differences in Product Features) just these 2 very important features are missing!! What a luck…
You can copy files with SSH:
ssh sshd@YOURNASIP
e.g.
rsync -avx --progress /shares/Videos/test.mp4 /shares/backup/
