forked from Lawrence-Public-Schools/google-drive-ftp-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.properties
29 lines (29 loc) · 962 Bytes
/
configuration.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# log4j.fileId if you have more than 1 instance of the app running
#log4j.fileId=
# account name associated to cache & google credentials
#account=default
# FTP binding address where application will listen for incoming connections
#server=
# TCP port where the application will listen for incoming connections
port=1821
#Port where the authentication server listens
#auth.port=8093
# FTP anonymous login
ftp.anonymous.enabled=false
ftp.anonymous.home=
ftp.anonymous.rights=pwd|cd|dir|put|get|rename|delete|mkdir|rmdir|append
# FTP users credentials
ftp.user=user
ftp.pass=user
ftp.home=
ftp.rights=pwd|cd|dir|put|get|rename|delete|mkdir|rmdir|append
ftp.user2=bar
ftp.pass2=barpass
ftp.home2=path/to/bar/home
ftp.rights2=pwd|get
ftp.user3=baz
ftp.pass3=bazpass
ftp.home3=path/to/baz/home
ftp.rights3=dir|put
# Illegal characters for your file system so file copying works fine
os.illegalCharacters=\\/|[\\x00-\\x1F\\x7F]|\\`|\\?|\\*|\\\\|\\<|\\>|\\||\\"|\\: