syncserver.cfg

来自「同步软件源码,作者 Jeroen C. Kessels Internet E」· CFG 代码 · 共 48 行

CFG
48
字号
# SyncServer
#
# Server component for SyncUpload. It runs as a service in the background,
# listening to TCP/IP port 9577 for requests.
#
# This configuration file contains authorization info. The server only
# allows access to paths (subdirectories) that are configured in this
# file. The file is scanned from top to bottom and when a matching line
# is found the request is accepted.
#
#
# INSTALL
#
#     syncserver -install
#     syncserver -uninstall
#
#
# CONFIGURATION FILE
#
#     #         Comment. Lines that begin with this character (and empty
#               lines) will be ignored.
#     access Password Pathmask
#               The Password is the same as that on the "Server" line in
#               the configuration of the SyncUpload program. The PathMask
#               is a directory on this machine and may contain the
#               wildcards '*' or '?'. It is usually the same as the
#               RemoteMask on an "Include" line in the workfile of the
#               SyncUpload program.
#
# If a string contains a space then it must be enclosed in double-quotes.
#     WRONG:    c:/Program Files/whatever/*
#     RIGHT:    "c:/Program Files/whatever/*"
#
#
#
# EXAMPLE
#
#   sync fhdjsfjsfjdkhsfkdgs d:/ServerBackup/*
#
#
#
# Copyright:   Jeroen C. Kessels
# Date:        19 august 2005
# Version:     4


access fhdjsfjsfjdkhsfkdgs d:/ServerBackup/*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?