|
False
220 ProFTPD 1.2.10rc1 Server (hoge ftp Server) [hoge.moge]
> User xxxx
331 Password required for html.
PASS ******
230 User xxxx logged in.
> TYPE A
200 Type set to A
> SYST
215 UNIX Type: L8
> CWD /
250 CWD command successful
> CWD /
250 CWD command successful
> PORT 192,168,xx,xx,7,101
200 PORT command successful
> NLST -laL
501 NLST: Options not supported
<0:=引数又はパラメータの文法エラーです。>
Function-Start
Function-End
--
やってみました。NLSTで問題がおきてました。
ProFTPD1.2.10rc1から 「NLST」 のオプション指定が未サポートとなってますので、
これが問題のようです。
- Bug 2322 - NLST -a returns listing formatted for LIST -a. RFC959 does not
explicitly allow dash-style options for LIST or NLST, although many clients
attempt to use them. De facto FTP server behaviors handle options for LIST;
options for NLST will be explicitly rejected.
|
|