I apologize is this is obvious, but I couldn't find an answer while searching this forum and google.
So I've been running unRAID 4.5 for a week or so now and was manually mapping a drive to copy all of my files which worked great.
Since it's been running nicely for me, I decided to look into other things like ftp. vsftpd is installed and running as part of unRaid 4.5. I initially was able to connect but couldn't see any files and did a search on this forum which led me to this thread:
http://lime-technology.com/forum/index.php?topic=2138.0Issuing the 2 commands suggested by Joe L. has me seeing the files correctly it appears:
find /mnt/user -type d -exec chmod 755 {} \;
find /mnt/user -type f -exec chmod 700 {} \;
Sooo...my question is this. If I use Samba and a drive mapping to move files, do I need to run these 2 commands after every copy from my machines? Is there a way to move files via Samba *OR* ftp so that they're visible to each other without any need to run the above commands?
I'm confused by the nuances of how copying files via Samba makes it unviewable by FTP as I'm logged in as root on ftp and would think I should be able to see all of the files?
Thx!