Method: Ftpd::Session#execute_command

Defined in:
lib/ftpd/session.rb

#execute_command(command, argument) ⇒ Object



56
57
58
# File 'lib/ftpd/session.rb', line 56

def execute_command command, argument
  @command_handlers.execute command, argument
end