Skip to content

Commit 2549b27

Browse files
author
fantu
committed
FS#409 - "Broken FTP clients" is not enabled in pure-ftpd
1 parent 782a2c0 commit 2549b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ public function configure_pureftpd()
665665
// **enable chrooting
666666
//exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone');
667667
exec('echo "yes" > '.$config_dir.'/conf/ChrootEveryone');
668+
exec('echo "yes" > '.$config_dir.'/conf/BrokenClientsCompatibility');
668669
}
669670

670671
public function configure_mydns()

0 commit comments

Comments
 (0)