lib/io_streams/sftp/reader.rb in iostreams-0.10.0 vs lib/io_streams/sftp/reader.rb in iostreams-0.10.1

- old
+ new

@@ -13,10 +13,10 @@ include SemanticLogger::Loggable if defined?(SemanticLogger) # Stream to a remote file over sftp. # # file_name: [String] - # Name of file to write to. + # Name of file to read from. # # user: [String] # Name of user to login with. # # password: [String]