vyuldashev / flysystem-curlftp

Flysystem Adapter for the FTP with cURL implementation
MIT License
37 stars 24 forks source link

[Solved] root path issue for read() and delete() #29

Closed sgimmai closed 4 years ago

sgimmai commented 4 years ago

I am using this with Laravel to connect to FTPS server via port 990.

The server I am connecting to runs Windows OS and would like to know if this supports OS other than linux OS.

Tests made:

UPDATE

Issue: The connection path does not include the root path when executing read() and delete().

Solution: Appended $this->getRoot() for every $path value in read() and delete()