-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.txt
More file actions
executable file
·36 lines (36 loc) · 1.03 KB
/
Copy pathsettings.txt
File metadata and controls
executable file
·36 lines (36 loc) · 1.03 KB
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
30
31
32
33
34
35
36
#---------Sample Settings---------#
# Sample settings file
# This is a comment... No blank lines are allowed (even after the end of the file).
data is valuable=value is something
key to data="quotes automatically removed"
int=8 # Such comments are allowed
float datatype=9
#---------Temp---------#
old=note.txt
new=note.new.txt
patch=note.patch.txt
#---------Common Settings---------#
default:port=3490
data_length=1024
watch_folder=/home/mitthu/cprgs
watch_file=note.txt
cmd=file_transfer 512 Makefile
transfer=Makefile
auth:status=YES # Activate/Deactivate User Authentication
database:basename=note
#---------Server---------#
server:dir=pool-server
server:auth:max:retries=2
server:database:generic=note.txt
server:database:newfile=note.interim.txt
server:database:patch=note.patch
#---------Client---------#
client:dir=pool-client
client:default:server_addr=localhost
client:database:generic=cache.db
client:database:newfile=note.txt
client:database:patch=note.patch
#---------Users---------#
user:mitthu=password
user:m=m
#---------End of File---------#