usermanagement import users csv file not working.
Posted: Wed Apr 27, 2022 8:58 pm
Hi,
Our lms system cannot load csv file to ftp.When trying to import users importusers.php
ftp settings in config.php is correct.
$cfg['uploadType'] = 'ftp';
$cfg['ftphost'] = 'ourhost';
$cfg['ftpport'] = '21';
$cfg['ftpuser'] = 'user';
$cfg['ftppass'] = '***';
$cfg['ftppath'] = '/subdomains/learning/httpdocs/';
By Filezilla we can connect to ftp but only if we selecting Encryption "Only use Plain Ftp (insecure)".
Where can add encryption settings in the config.php ? How to resolve the issue?
Our lms system cannot load csv file to ftp.When trying to import users importusers.php
ftp settings in config.php is correct.
$cfg['uploadType'] = 'ftp';
$cfg['ftphost'] = 'ourhost';
$cfg['ftpport'] = '21';
$cfg['ftpuser'] = 'user';
$cfg['ftppass'] = '***';
$cfg['ftppath'] = '/subdomains/learning/httpdocs/';
By Filezilla we can connect to ftp but only if we selecting Encryption "Only use Plain Ftp (insecure)".
Where can add encryption settings in the config.php ? How to resolve the issue?