You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual testing for non-direct filesystems like WP_Filesystem_FTPext, WP_Filesystem_ftpsockets and WP_Filesystem_SSH2 is very difficult to get due to the limited number of contributors who use these filesystems. In addition, not all FTP servers behave alike, so testing a single FTP server isn't reliable.
The Request
Create images that set up WordPress to use ftpext, ftpsockets and ssh2 values for FS_METHOD.
For FTP, provide images that cover different servers, such as vsftpd, PureFTPd, and ProFTPD initially. Others, such as EasyBSD FTP, or Filezilla could be added too. This will help identify issues that limited manual testing can often miss.
The Issue
Manual testing for non-direct filesystems like
WP_Filesystem_FTPext
,WP_Filesystem_ftpsockets
andWP_Filesystem_SSH2
is very difficult to get due to the limited number of contributors who use these filesystems. In addition, not all FTP servers behave alike, so testing a single FTP server isn't reliable.The Request
ftpext
,ftpsockets
andssh2
values forFS_METHOD
.Notes
The text was updated successfully, but these errors were encountered: