This repository was archived by the owner on Jan 30, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork18
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
Labels
Description
Hello,
Since the merge#13 , the param $files of the methodreceive($files = null) does not work.
In my example code the file MyFile.txt is not moved.
$adp =newHttp();$adp->setDestination($mydest);$adp->receive("MyFile.txt");
In methodgetFiles 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".