expand curl cmd for self signed certificate
This commit is contained in:
parent
c897299103
commit
f0da4a3e70
@ -513,7 +513,7 @@ sub ExecuteNCupload {
|
||||
my $subprocess = shift;
|
||||
|
||||
my $command = $subprocess->{curl};
|
||||
$command .= ' -u ';
|
||||
$command .= ' -k -u ';
|
||||
$command .= $subprocess->{user} . ':' . $subprocess->{pass};
|
||||
$command .= ' -T ' . $subprocess->{backupfile};
|
||||
$command .= ' "' . $subprocess->{proto} . '://';
|
||||
|
Loading…
x
Reference in New Issue
Block a user