diff options
Diffstat (limited to 'scripts/vyatta-remote-copy.pl')
-rwxr-xr-x | scripts/vyatta-remote-copy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-remote-copy.pl b/scripts/vyatta-remote-copy.pl index 758c885..23dd135 100755 --- a/scripts/vyatta-remote-copy.pl +++ b/scripts/vyatta-remote-copy.pl @@ -79,7 +79,7 @@ if ($mode eq 'url') { or die "Cannot open known_hosts: $!"; print $known_hosts "$rsa_key\n"; close($known_hosts); - $rc = system("curl -# -o $tmp_file $save_file"); + $rc = system("curl -# -T $tmp_file $save_file"); print "\n"; } } |