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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user