50_SSFile.pm: contrib Version 0.7.1

git-svn-id: https://svn.fhem.de/fhem/trunk@23115 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2020-11-08 11:23:01 +00:00
parent 2dc35bb5e7
commit 51b15639e3

View File

@@ -594,6 +594,11 @@ sub _setDownload {
# params => "spezifische API-Parameter>
# $arg = smUrlEncode ($arg);
my ($s,$d) = split "dest=", $arg;
$d = smUrlEncode ($d);
$arg = $s."dest=".$d;
my ($a,$h) = parseParams ($arg);
my $fp = $a->[0];