Method: Ftpd::CmdLogin#user

Defined in:
lib/ftpd/cmd_login.rb

#userString

Returns The user for the current login sequence.

Returns:

  • (String)

    The user for the current login sequence



11
12
13
# File 'lib/ftpd/cmd_login.rb', line 11

def user
  @user
end