Lines Matching full:wget
241 """wget source_url from localhost to dest_path on remote host using ssh.246 @param ssh_cmd: The ssh command to use in performing the remote wget.248 wget_cmd = ("wget -O - %s | %s 'cat >%s'" %