Variable: ange-ftp-disable-netrc-security-check
ange-ftp-disable-netrc-security-check is a customizable variable
defined in ange-ftp.el.gz.
Value
nil
Documentation
If non-nil avoid checking permissions on the .netrc file.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-disable-netrc-security-check (eq system-type 'windows-nt)
"If non-nil avoid checking permissions on the .netrc file."
:group 'ange-ftp
:type 'boolean)