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