2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 11:16:36 +00:00

Need to upload controls.txt too...

git-svn-id: https://svn.fhem.de/fhem/trunk@1606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-06-07 14:04:35 +00:00
parent 87a5ca0233
commit 6169973f06

View File

@ -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;