php-ftp-wrapper icon indicating copy to clipboard operation
php-ftp-wrapper copied to clipboard

A fully object oriented library for PHP FTP functions

Results 6 php-ftp-wrapper issues
Sort by recently updated
recently updated
newest added

Composer v1 gives the following deprecation notice; ``` Deprecation Notice: Class Touki\FTP\Tests\WindowsFileFactoryTest located in ./vendor/touki/ftp/tests/Touki/FTP/Tests/WindowsFilesystemFactoryTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0....

Hello, I use your nice Libary for deletin' some files on a remote FTP Server. But I become this Error: `Fatal error: Uncaught [Directory Error] Directory / not found thrown...

Example (assuming that /foo bar/baz exists): `$ftp->directoryExists('/foo bar/baz'); //false` My PHP version: PHP 5.5.9-1ubuntu4.17 (cli) (built: May 19 2016 19:05:57) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright...

#### Bug description `rawlist` in FTPWrapper does not show hidden (dotted) files #### Suggested solution The `-al` option will make `ftp_rawlist` display all files (including hidden ones). _I do not...

I tried downloading a file refered to using a symlink and the `FTPFilesystemManager` does not manage to retrieve the file as the items realPaths returned by the `findOneBy` contains `symlinkPath...