mirror of
https://github.com/kingk85/uFTP.git
synced 2025-07-24 20:56:09 +03:00
Removed confing sample copied by mistake
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/uFTP
BIN
build/uFTP
Binary file not shown.
@ -1,39 +0,0 @@
|
||||
#FTP CONFIGURATION SAMPLE
|
||||
|
||||
#######################################################
|
||||
# UFTP SERVER SETTINGS #
|
||||
#######################################################
|
||||
|
||||
MAXIMUM_ALLOWED_FTP_CONNECTION = 30
|
||||
#MAXIMUM ALLOWED CONNECTIONS ON THE SERVER
|
||||
|
||||
FTP_PORT = 900
|
||||
#TCP/IP PORT SETTINGS (DEFAULT 21)
|
||||
|
||||
SINGLE_INSTANCE = false
|
||||
#Allow only one server instance (true or false)
|
||||
|
||||
DAEMON_MODE = false
|
||||
#Run in background, daemon mode ok
|
||||
|
||||
IDLE_MAX_TIMEOUT = 3600
|
||||
# Idle timeout in seconds, client are disconnected for inactivity after the
|
||||
# specified amount of time in seconds, set to 0 to disable
|
||||
|
||||
MAX_CONNECTION_NUMBER_PER_IP = 2
|
||||
#MAX CONNECTIONS PER IP
|
||||
#LIMIT THE MAXIMUM NUMBER OF CONNECTION FOR EACH IP ADDRESS
|
||||
# 0 TO DISABLE
|
||||
|
||||
MAX_CONNECTION_TRY_PER_IP = 3
|
||||
#MAX LOGIN TRY PER IP
|
||||
#THE IP ADDRESS WILL BE BLOCKED FOR 5 MINUTES AFTER WRONG LOGIN USERNAME AND PASSWORD
|
||||
#0 TO DISABLE
|
||||
|
||||
#USERS
|
||||
#START FROM USER 0 TO XXX
|
||||
USER_0 = root
|
||||
PASSWORD_0 = arm
|
||||
HOME_0 = /
|
||||
GROUP_NAME_OWNER_0 = root
|
||||
USER_NAME_OWNER_0 = root
|
@ -6,11 +6,6 @@
|
||||
</data>
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group>
|
||||
<file>file:/home/ugo/NetBeansProjects/uFTP/ftpData.c</file>
|
||||
<file>file:/home/ugo/NetBeansProjects/uFTP/ftpCommandElaborate.c</file>
|
||||
<file>file:/home/ugo/NetBeansProjects/uFTP/ftpServer.c</file>
|
||||
<file>file:/home/ugo/NetBeansProjects/uFTP/ftpCommandsElaborate.h</file>
|
||||
</group>
|
||||
<group/>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
Reference in New Issue
Block a user