0

Is it possible to hide the php files or hide a folder with php files from FTP user accessing? But the files can be executed on a webserver?

2
  • Yes. If you need detailed instructions to achieve it, you have to specify at least the FTP server's name and version.
    – manatwork
    CommentedSep 6, 2013 at 8:26
  • ProFTPd version 1.33
    – hkguile
    CommentedSep 6, 2013 at 8:36

1 Answer 1

1

You may hide those files using the HideFiles directive. Then you must treat those files as if they don't exist, using the IgnoreHidden directive.

    You must log in to answer this question.

    Start asking to get answers

    Find the answer to your question by asking.

    Ask question

    Explore related questions

    See similar questions with these tags.