From 6169973f06f3d0474748d32556f3dd1be733a570 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 7 Jun 2012 14:04:35 +0000 Subject: [PATCH] Need to upload controls.txt too... git-svn-id: https://svn.fhem.de/fhem/trunk@1606 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/fhemupdate.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index fa1697423..3c6ff0e87 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -167,8 +167,9 @@ open FH, ">filetimes.txt" || die "Can't open filetimes.txt: $!\n"; open CTL, ">controls.txt" || die "Can't open controls.txt: $!\n"; open FTP, ">script.txt" || die "Can't open script.txt: $!\n"; print FTP "cd fhem/fhemupdate2\n"; -print FTP "put filetimes.txt\n"; print FTP "pas\n"; # Without passive only 28 files can be transferred +print FTP "put filetimes.txt\n"; +print FTP "put controls.txt\n"; my $cnt; foreach my $f (sort keys %filetime2) { my $fn = $f;