# File lib/net/scp.rb, line 270 def upload(local, remote, options={}, &progress) start_command(:upload, local, remote, options, &progress) end