module Really::Commands::FileTransferCommands
Public Instance Methods
file(source_path, destination_path, options = {})
click to toggle source
# File lib/really/commands/file_transfer_commands.rb, line 4 def file(source_path, destination_path, options = {}) _add_file_transfer source_path, destination_path, options end