Browse Source

keep native functions inside the nlistr method

main
ghost 1 year ago
parent
commit
1dbb9f0366
  1. 2
      library/ftp.php

2
library/ftp.php

@ -93,7 +93,7 @@ class Ftp { @@ -93,7 +93,7 @@ class Ftp {
$result = [];
foreach ($this->nlist($path) as $line) {
foreach (ftp_nlist($this->_connection, $path) as $line) {
if (ftp_size($this->_connection, $line) == -1) {

Loading…
Cancel
Save