Method: FTPMVC::Ftpd::FileSystem#write

Defined in:
lib/ftpmvc/ftpd/file_system.rb

#write(path, stream) ⇒ Object



29
30
31
32
# File 'lib/ftpmvc/ftpd/file_system.rb', line 29

def write(path, stream)
  logger.debug { "FTPMVC::Ftpd::FileSystem#write(#{path}, ...)" }
  @application.put(path, Input.new(stream))
end