-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.cfg
More file actions
23 lines (21 loc) · 799 Bytes
/
example.cfg
File metadata and controls
23 lines (21 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[DEFAULT]
# reference to the default destination (section name):
destination = hawo
# You can overwrite the following defaults:
# Location of the scp command, can be relative or absolute path:
#scp = scp
# default length (in characters) for hashfilenames (max. 28)
#hashlength = 8
# default chmod to apply to uploaded files (already applied localy and uploaded with -p)
# 436 this is 0o644
#chmod = 436
# Destinations:
[hawo]
# remote server dns or alias from .ssh/config and may also include username (user@server):
remoteserver = ente
# remote directory can be relative (to home directory) or absolute:
remotedir = public_html/d/
# publishing url, this must represent the above directory:
url = http://hawo.net/~sijuhamm/d/
# all defaults can be overwritten for any destination
#hashlength = 10