FileZilla ServerはIPフィルタをかけることができる。IPフィルタとは特定のIPからの接続を禁止/許可することセキュリティ設定のことである。
以下、設定手順を示す。
XAMPP Control PanelからFileZillaのAdminボタンをクリックしてFileZilla Serverの管理アプリを起動する。
Connect to Server画面が立ち上がるので適宜管理者パスワードなどを入力して[OK]をクリック。
FileZilla Server管理アプリが起動するので [Edit] → [Setting]をクリックして”FileZilla Server Options”画面を立ち上げる。
特定のIPアドレスからだけアクセスを許可したい場合は、上段のThe following IP addresses are not allowed to connect to the server: に *(アスタリスク)を記述する。この時点であらゆるIPからの接続が不可となる。
下段に接続を許可するIPアドレスを記述する。例えば、192.168.1.0/24 と記述する。これは192.168.1.1 – 192.168.1.255のIP範囲からのアクセスを許可することを意味する。
上下段に適宜入力後、[OK]をクリックして設定完了である。
参考
How to Host an FTP Server on Windows with FileZilla
In this guide we'll take you through the steps to setup a folder on your Windows computer as an FTP repository, using a free program called FileZilla.
コメント