id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 41030,ssh2 FS_METHOD will not work with various php versions,kynks,,"Due to this PHP bug - https://bugs.php.net/bug.php?id=73597 ssh2 as FS_METHOD will not work with various version of PHP. Namely, WP_Filesystem_SSH2::is_dir() will always return false. The workaround suggested on the above PHP ticket should resolve the issue - using the intval() function in WP_Filesystem_SSH2::sftp_path() should resolve the issue, although I haven't tested this across a tonne of php versions. eg: {{{#!php sftp_link) . '/' . ltrim( $path, '/' ); } }}} ",defect (bug),closed,normal,,Filesystem API,,normal,duplicate,,,