- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r28500 r29206 233 233 $list = $this->ftp->nlist( $file ); 234 234 return !empty( $list ); //empty list = no file, so invert. 235 // return $this->ftp->is_exists($file); has issues with ABOR+426 responses on the ncFTPd server235 // Return $this->ftp->is_exists($file); has issues with ABOR+426 responses on the ncFTPd server. 236 236 } 237 237
Note: See TracChangeset
for help on using the changeset viewer.