⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syncserver.cfg

📁 同步软件源码,作者 Jeroen C. Kessels Internet Engineer
💻 CFG
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -