QNAP ftp: hide Mac OSX hidden files .DS_Store and others
Posted
by
tobia.zanarella
on Server Fault
See other posts from Server Fault
or by tobia.zanarella
Published on 2012-06-28T07:35:56Z
Indexed on
2012/06/28
9:17 UTC
Read the original article
Hit count: 426
I am using a QNAP as an FTP server. Users access this NAS from their Mac OSX Lion clients and put files and folders inside the QNAP shares, which are later being accessed via FTP from external points.
The problem is that inside the folders uploaded to the QNAP folders Mac OS leaves its .DS_Store and .* hidden files.
I know that for a Samba share, for example, I need to add two lines to the /etc/samba/smb.conf file:
veto files = /._*/.DS_Store/
delete veto files = yes
But what can I do on a QNAP FTP service?
Thank you.
© Server Fault or respective owner