From 7561076123e0839992a3d3fdfd0f68c3b78a5fc9 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 8 Nov 2020 09:26:33 +0000 Subject: [PATCH] 50_SSFile.pm: contrib Version 0.7.1 git-svn-id: https://svn.fhem.de/fhem/trunk@23114 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/50_SSFile.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/50_SSFile.pm b/fhem/contrib/DS_Starter/50_SSFile.pm index 2f0fa89ad..8cb15cebb 100644 --- a/fhem/contrib/DS_Starter/50_SSFile.pm +++ b/fhem/contrib/DS_Starter/50_SSFile.pm @@ -143,6 +143,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( + "0.7.1" => "08.11.2020 fix download ", "0.7.0" => "02.11.2020 new set command deleteRemoteObj, fix download object with space in name ", "0.6.0" => "30.10.2020 Upload files may contain wildcards *. ", "0.5.0" => "26.10.2020 new Setter Upload and fillup upload queue asynchronously, some more improvements around Upload ", @@ -592,7 +593,7 @@ sub _setDownload { # method => auszuführende API-Methode, # params => "spezifische API-Parameter> - $arg = smUrlEncode ($arg); + # $arg = smUrlEncode ($arg); my ($a,$h) = parseParams ($arg); my $fp = $a->[0]; @@ -600,6 +601,8 @@ sub _setDownload { return qq{No source file or directory specified for download !} } + $fp = smUrlEncode ($fp); + delReadings ($name, 0); my @dld = split ",", $fp;