Method: Ftpd::CmdLogin#password

Defined in:
lib/ftpd/cmd_login.rb

#passwordString

Returns The password for the current login sequence.

Returns:

  • (String)

    The password for the current login sequence



17
18
19
# File 'lib/ftpd/cmd_login.rb', line 17

def password
  @password
end