I have stored all my data in my home network on a NAS server. Sometimes I need to move (rearrange) large files and directories from one place to another within the NAS. Using Windows Explorer, WinSCP or similar always results in the file being copied locally over the network to the computer, which I'm working on and then back to the destination directory, instead of moved directly within the server. This can take a considerable amount of time.
What I'm looking for is some a graphical file manager (in style of WinSCP, Windows Explorer, Total Commander or similar), which is smart enough to recognize that the source and destination directory are on the same server and move the file/directory wihin the server without an unnecessary roundtrip to the local computer. Is there such a program? I can of course login with SSH and use the mv command - however I would prefer a GUI solution.
Answer
Do you use Samba on that NAS. Exactly how do you access your files with Explorer?
When you use Explorer or any other usual file manager to connect to \\your-nas-ip-or-name\share\
Samba does the right thing.
No comments:
Post a Comment