uemuraです。 原因がわかりました。 FLASH-FTPというソフトのサイトのサポートのページに以下のようなclass指定に 関する記述がありました。 > This basically adds a new class (creatively called "newclass") - note that it appears BEFORE the line containing the class "all" - this new class contains all hosts in the subdomains mydomain.net and more.client.addresses.com (domains obviously made up by yours truly), in order to limit who we will allow to do FXP. The port-allow and pasv-allow lines basically allow FXP connections to anywhere if your client is in the class "newclass". 最初のところにでていますが、新しい追加したclassはallの前におく必要があり ます。 class ftpusers real * class all real,guest,anonymous * として、 pasv-allow ftpusers 210.*.*.0/24 172.20.0.0/24 (送り手サーバの設定例 最後の行の*は伏せ字です) とすることによってanonymousを排除して特定のネットワークのサーバとデータ 転送できるようになりました。 ありがとうございました。これで当初の目的であったFXPによるサーバ間転送の ためのwu-ftp設定の変更が解決しました。あわせて、rsyncというより便利な使 い方も取得できました。
References:
- [linux-users:95042] Re: FTPでサーバ間転送についてuemura
- [linux-users:95047] Re: FTPでサーバ間転送についてShigenobu Otsuki
- Prev by Subject: [linux-users:95050] Re: SUNTAC U-Cable typeA2(cdmaOne 144k USBcable)
- Next by Subject: [linux-users:95052] RedlightEmail SACT Unsubscribe request: linux-users _at_ linux.or.jp
- Previous by thread: [linux-users:95047] Re: FTPでサーバ間転送について
- Next by thread: [linux-users:94958] Re: FTPでサーバ間転送について
- Indexes:[Main][Thread]