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

Fatal error: Uncaught [Directory Error] Directory / not found

Open ghost opened this issue 8 years ago • 1 comments
trafficstars

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 in ~/vendor/touki/ftp/lib/Touki/FTP/Manager/FTPFilesystemManager.php on line 78

My PHP version: 5.6

ghost avatar Mar 16 '17 09:03 ghost

Try setting passive to true in the constructor.

peterjaap avatar Jun 29 '17 13:06 peterjaap