Variable: ange-ftp-dl-dir-regexp
ange-ftp-dl-dir-regexp is a variable defined in ange-ftp.el.gz.
Value
nil
Documentation
Regexp matching directories which are listed in dl format.
This regexp should not be anchored with a trailing $, because it should
match subdirectories as well.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;;; The dl stuff for descriptive listings
(defvar ange-ftp-dl-dir-regexp nil
"Regexp matching directories which are listed in dl format.
This regexp should not be anchored with a trailing `$', because it should
match subdirectories as well.")