1分で始められるApache FtpServerの実行

2009/05/07 13:29Update
TAGS: apache | FtpServer

Apache FtpServerの実行メモ。

1)Apache FtpServerをダウンロード
URL: http://mina.apache.org/ftpserver/
2)ダウンロードしたZIPファイルを解凍
C:\ftpserver-x.y.z
    bin\
    common\
    docs\
    javadocs\
    res\
    server\
※x.y.zはバージョン番号

3)Apache FtpServer実行ファイル作成
C:\ftpserver-x.y.zに以下のようなファイルを作成
start-typical.bat
bin\ftpd.bat res/conf/ftpd-typical.xml


4)start-typical.bat実行
C:\ftpserver-x.y.z>start-typical.bat
C:\ftpserver-x.y.z>bin\ftpd.bat res/conf/ftpd-typical.xml
Using XML configuration file res/conf/ftpd-typical.xml...
FtpServer started
上のようなメッセージが表示されましたら、正常動作と見なされます。

5)確認。
 ブラウザーに ftp://localhost/ を入力して確認できます。

Apache FtpServer - Javaで実装した高性能なFTPサーバ

有关作者
Syboos.jp編集長システム設計や開発、保守運営などを行ってます。オープンソース技術に興味があります。

Sponsored Link


Comments

用户名 (required)

Email (will not be published) (required)

URL

Evaluation

  • Relative Articles