This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
[BUG] regression after #13, cannot find file using filename #19
Open
Description
Hello,
Since the merge #13 , the param $files of the method receive($files = null) does not work.
In my example code the file MyFile.txt is not moved.
$adp = new Http();
$adp->setDestination($mydest);
$adp->receive("MyFile.txt");
In method getFiles the name MyFile.txt is never found (here) because
since the merge #13 was added "MyFile.txt" file name is rename in "phpackXwt_MyFile.txt".