[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:95051] Re: FTPでサーバ間転送について


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というより便利な使
い方も取得できました。

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
References: