From f88cc0bce8bbf2efe84ce7ac515188dc724f3699 Mon Sep 17 00:00:00 2001 From: b Date: Sat, 29 Mar 2025 21:52:08 +0100 Subject: [PATCH] options for scp --- upload.1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2