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