Removed confing sample copied by mistake

This commit is contained in:
Ugo Cirmignani
2018-11-10 15:20:55 +01:00
parent a2f286604e
commit e762d66fc8
13 changed files with 1 additions and 45 deletions

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.

Binary file not shown.

View File

@ -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

View File

@ -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>