flysystem-curlftp icon indicating copy to clipboard operation
flysystem-curlftp copied to clipboard

Flysystem Adapter for the FTP with cURL implementation

Results 4 flysystem-curlftp issues
Sort by recently updated
recently updated
newest added

Laravel 9 requires league/flysystem: ^3.0.16 but the package is requires league/flysystem: ^1.1 Can help support league/flysystem 3? The package is helpful for us. Thank you!

fixes #40 - re-implemented based on https://github.com/thephpleague/flysystem-ftp/ - updated dependencies - phpstan level 6 - added tests for implicit FTP over SSL (FTPS)

I am trying to download files from ftp://domain.tld over TLS, but when I select 'ssl'=>true, the basic url automatically starts with ftps, but it should be ftp. This Pull Request...