initial_msg = 'Welcome to the 4Suite Server FTP interface' do_debug = 1 do_log = 0 sbufsize = 16000 # size of send buffer rbufsize = 16000 # size of receive buffer ##modules = ['auth_dummy_module', ## 'auth_anonymous_module', ## 'auth_ban_module', ## 'auth_cwd_module', ## 'auth_speed_module', ## 'auth_limit_module', ## 'auth_iplimit_module', ## 'perm_acl_module','auth_chroot_module'] modules = ['auth_4SS_module'] chrootdir = "" timeout_data = 120 # timeout for data connection timeout_session = 300 # timeout for control connection logfile = '' initial_wd = '/' # initial working directory port = 2122 # default port emulate_posix = 1 # pretend to have posix-like filesystem