Search code examples
file-uploadnon-ascii-charactersproftpd

PROFTPD how can i deny upload of Non-ASCII Characters files


PROFTPD

how can i deny upload of Non-ASCII Characters files so users can not upload files with illegal Characters


Solution

  • i think i can use PathAllowFilter

    PathAllowFilter ^[A-Za-z0-9._-]+$