1

ディレクトリの前のメソッドftp_nlistおよびftp_rawlistのPHPモジュールFTPで使用できるオプションのリストを探しています。私が見つけたいくつかの例があります:

 // include hidden files
 ftp_rawlist($h, '-a /');

 // more complex - only names of files
 ftp_rawlist($h, '-1l /');

FTPサーバー固有かもしれませんが、どちらもWindowsとLinuxで動作します。完全なリストのある仕様があります。

4

1 に答える 1

0

オプションはFTPサーバーのLISTコマンドに固有です。

LinuxProFTPdサーバーで利用可能なListOptions。 http://www.proftpd.org/docs/howto/ListOptions.html

于 2012-06-05T21:29:48.553 に答える