Ftpd : Allow anon writes.
This commit is contained in:
parent
e71067521c
commit
a629aab5f5
|
@ -10,5 +10,8 @@
|
||||||
allowWriteableChroot = true;
|
allowWriteableChroot = true;
|
||||||
writeEnable = true;
|
writeEnable = true;
|
||||||
localUsers = false;
|
localUsers = false;
|
||||||
|
extraConfig = ''
|
||||||
|
anon_other_write_enable=YES
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue