bicyclesonthemoon.info
/
projects
/
ott
/
bsta-tools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f4b1d
)
options for scp
main
author
b
<rowerynaksiezycu@gmail.com>
Sat, 29 Mar 2025 20:52:08 +0000
(21:52 +0100)
committer
b
<rowerynaksiezycu@gmail.com>
Sat, 29 Mar 2025 20:52:08 +0000
(21:52 +0100)
upload.1.pl
patch
|
blob
|
history
diff --git
a/upload.1.pl
b/upload.1.pl
index 9fad7108ccc52a96e731736c386b6a8ff94a6b48..cb65324ad05a3f789c9af6168ff587d5b048431b 100644
(file)
--- 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";