2311
This commit is contained in:
33
ftpcsvreceiver.ini
Normal file
33
ftpcsvreceiver.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
# to generete adminuser password hash:
|
||||
# python3 -c 'from hashlib import md5;print(md5("????password???".encode("UTF-8")).hexdigest())'
|
||||
[ftpserver]
|
||||
firstPort = 40000
|
||||
logFilename = ./ftppylog.log
|
||||
proxyAddr = 0.0.0.0
|
||||
portRangeWidth = 500
|
||||
virtpath = /home/alex/aseftp/
|
||||
adminuser = admin|83e61ecb0e9871aff37a12491aa848f884f5657ddbfd46454878e28afbecfc20|/home/alex/aseftp/|elradfmwMT
|
||||
servertype = FTPHandler
|
||||
certfile = /home/alex/aseftp/keycert.pem
|
||||
fileext = .CSV|.TXT
|
||||
defaultUserPerm = elmw
|
||||
#servertype = FTPHandler/TLS_FTPHandler
|
||||
|
||||
[csvfs]
|
||||
path = /home/alex/aseftp/csvfs/
|
||||
|
||||
[csvelab]
|
||||
logFilename = csvElab.log
|
||||
|
||||
[db]
|
||||
hostname = 10.211.114.101
|
||||
port = 5432
|
||||
user = asepg
|
||||
password = batt1l0
|
||||
dbName = asedb
|
||||
dbSchema = public
|
||||
userTableName = virtusers
|
||||
recTableName = received
|
||||
|
||||
[unit]
|
||||
Header = G801:7|G802:0
|
||||
Reference in New Issue
Block a user