Skip to content
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
@buse974

Description

@buse974

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".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions