mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
fix ftp pull task error
This commit is contained in:
@@ -94,8 +94,8 @@ class FtpPullJob extends AbstractJob
|
||||
}
|
||||
|
||||
$ftp = $app['phraseanet.ftp.client']($host, $port, 90, $ssl, $proxy, $proxyport);
|
||||
$ftp->passive($passive);
|
||||
$ftp->login($user, $password);
|
||||
$ftp->passive($passive);
|
||||
$ftp->chdir($ftpPath);
|
||||
$list_1 = $ftp->list_directory(true);
|
||||
|
||||
|
Reference in New Issue
Block a user