Default files

This commit is contained in:
ugo.cirmignani
2019-07-18 14:30:18 +02:00
parent d71fd00797
commit 767d122fe3
17 changed files with 12 additions and 3 deletions

View File

@ -5,10 +5,10 @@ OUTPATH=./build/
SOURCE_MODULES_PATH=./library/ SOURCE_MODULES_PATH=./library/
#FOR DEBUG PURPOSE #FOR DEBUG PURPOSE
CFLAGSTEMP=-c -Wall -I. -g -O0 #CFLAGSTEMP=-c -Wall -I. -g -O0
#FOR RELEASE #FOR RELEASE
#CFLAGSTEMP=-c -Wall -I. CFLAGSTEMP=-c -Wall -I.
OPTIMIZATION=-O3 OPTIMIZATION=-O3
HEADERS=-I HEADERS=-I

BIN
build/modules/auth.o Normal file

Binary file not shown.

BIN
build/modules/configRead.o Normal file

Binary file not shown.

BIN
build/modules/connection.o Normal file

Binary file not shown.

BIN
build/modules/daemon.o Normal file

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/modules/ftpData.o Normal file

Binary file not shown.

BIN
build/modules/ftpServer.o Normal file

Binary file not shown.

Binary file not shown.

BIN
build/modules/openSsl.o Normal file

Binary file not shown.

BIN
build/modules/signals.o Normal file

Binary file not shown.

BIN
build/uFTP Executable file

Binary file not shown.

View File

@ -13,7 +13,7 @@ FTP_PORT = 21
SINGLE_INSTANCE = true SINGLE_INSTANCE = true
#Allow only one server instance (true or false) #Allow only one server instance (true or false)
DAEMON_MODE = false DAEMON_MODE = true
#Run in background, daemon mode ok #Run in background, daemon mode ok
IDLE_MAX_TIMEOUT = 3600 IDLE_MAX_TIMEOUT = 3600
@ -46,3 +46,12 @@ HOME_0 = /
GROUP_NAME_OWNER_0 = usergroup GROUP_NAME_OWNER_0 = usergroup
USER_NAME_OWNER_0 = user USER_NAME_OWNER_0 = user
USER_1 = apache
PASSWORD_1 = apachePassword
HOME_1 = /var/www/html/
GROUP_NAME_OWNER_1 = www-data
USER_NAME_OWNER_1 = www-data
USER_2 = anotherUsername
PASSWORD_2 = anotherPassowrd
HOME_2 = /