Class: Ftpd::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/ftpd/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#response_delayObject

The number of seconds to delay before replying. This is for testing client timeouts. Defaults to 0 (no delay).

Change to this attribute only take effect for new sessions.



12
13
14
# File 'lib/ftpd/config.rb', line 12

def response_delay
  @response_delay
end