#============================================================================#
# #
# S/FTP Server - Config File #
# #
#============================================================================#
# Ignore command
ignore-command = SIZE
# Log setting
log-level = 4
dump-log =
time-flag = on
access-log2 = on
# Server setting
loop-cycle-sec = 1
loop-cycle-usec = 0
max-connect = 8
bind-host = *
bind-port = ftp
socket-protocol = tcp
socket-backlog = 8
session-timeout = 60
retry-seconds = 3
socket-domain = AF_INET
socket-type = SOCK_STREAM
buffer-size = 102400
unknown-command = keep
ready-message = S/FTP Server is ready
dir-separator = \
pasv-wait = 3
pasv-port = 0
list-type-unix = on
code-no-check = off
utf8-mode = off
# - End -
|