Variable: ange-ftp-netrc-default-user

ange-ftp-netrc-default-user is a customizable variable defined in ange-ftp.el.gz.

Value

nil

Documentation

Alternate default user name to use when none is specified.

This variable is set from the default command in your .netrc file, if there is one.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-netrc-default-user nil
  "Alternate default user name to use when none is specified.

This variable is set from the `default' command in your `.netrc' file,
if there is one."
  :group 'ange-ftp
  :type '(choice (const :tag "Default" nil)
		 string))