我正在寻找选项列表,可以在PHP模块FTP中使用方法ftp_nlist和ftp_rawlist之前的目录。我发现了一些例子:
// include hidden files
ftp_rawlist($h, '-a /');
// more complex - only names of files
ftp_rawlist($h, '-1l /');
可能是特定于FTP服务器,但它们都适用于Windows和Linux。 我有完整列表的任何规范。
答案 0 :(得分:0)
选项特定于FTP服务器的LIST命令。
Linux ProFTPd服务器上提供的ListOptions。 http://www.proftpd.org/docs/howto/ListOptions.html