Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I'm creating a new post as this is technically a different topic. I have my USB drive mounted and can see it in my DNS-323. But how do I copy the files from the USB drive to the NAS? If I do it through the Finder (I'm on a Mac), it copies the files via my network which is sloooooow. I've tried to do it via telnet but haven't been successful. I've searched this forum high and low but can't figure it out. Any thoughts?
Offline
cp /old/path/file /new/path/file
get the paths with 'mount'
Offline
Thanks. That ended up working. Is there a way to monitor the transferring of the data? It seems like it starts copying and I can tell because new data shows up on the destination drive, but there's no visual way to see how much has been copied or how much there is left.
Offline
http://dns323.kood.org/forum/viewtopic.php?id=5930
or use cp -v
and while you're at it, read http://dns323.kood.org/forum/viewtopic.php?id=2648
Offline