WeekOfCode#1

WeekOfCode参加記事...のはずが

Linuxのほうにはまっている...

キーワード:

ローカルネットワーク内であればsambaで良いのだけれど、外部からアクセスしたいと考えたときにsambaだと使用ポートが複数になる。
そこでwebdav。これを使えば80ポート(httpsはまた別だけれど)のみの開放で同様の事ができる。

Sambaが管理しているディレクトリに対してwebdav(apacheなのでwww-data)はアクセス権的にアクセス不可能である。

つ「ACL
http://en.wikipedia.org/wiki/Access_control_list

An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object. An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects. Each entry in a typical ACL specifies a subject and an operation.

まあこれを使って...