From: b Date: Sat, 29 Mar 2025 20:52:08 +0000 (+0100) Subject: options for scp X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;ds=inline;p=ott%2Fbsta-tools options for scp --- diff --git a/upload.1.pl b/upload.1.pl index 9fad710..cb65324 100644 --- a/upload.1.pl +++ b/upload.1.pl @@ -434,7 +434,7 @@ foreach my $upload (@upload_list) { } } else { - my @cmd = ('scp', 'scp', $upload->{'local_path'}, $remote_server_path); + my @cmd = ('scp', 'scp', '-q', '-p', $upload->{'local_path'}, $remote_server_path); $r = system_encoded(@cmd); unless ($r == 0) { print STDERR 'didn\'t upload '.$remote_server_path."\n";