65 lines
10 KiB
INI
65 lines
10 KiB
INI
####################################################################################################
|
|
# Digital Data Configuration File (Template Date: 30.07.2016) #
|
|
# UTF-8 Coding required! #
|
|
# incl. FailSafe functions that are active when information is missing. #
|
|
####################################################################################################
|
|
|
|
#==================================================================================================#
|
|
########################################## General Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Path in which the log files will be stored. #
|
|
# Example: E:\LogFiles\<ScriptName> #
|
|
# FailSafe Setting is: <ScriptPath>\Logs #
|
|
####################################################################################################
|
|
LogPath =
|
|
|
|
####################################################################################################
|
|
# Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 #
|
|
# Setting the Value to 0 disables this Function. #
|
|
# FailSafe Setting is: 60 #
|
|
####################################################################################################
|
|
LogFileKeepTime = 30
|
|
|
|
#==================================================================================================#
|
|
########################################## Profile Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Set the Username to logon on the webdav server / share. #
|
|
# If server needs no credentials, keep it empty. #
|
|
# Example: username #
|
|
####################################################################################################
|
|
WebDAVUsername = pavani
|
|
|
|
####################################################################################################
|
|
# Set the password to logon on the webdav server / share. #
|
|
# If server needs no credentials, keep it empty. #
|
|
# Example: password #
|
|
# The ";" needs to be escaped/masked by a \ . #
|
|
# Example: \; #
|
|
####################################################################################################
|
|
WebDAVPassword = GYXFHrZaY
|
|
|
|
####################################################################################################
|
|
# Set the WebDAV source path. #
|
|
# If server requires a https connection, write path like \\fqdn@ssl\path #
|
|
# Example: \\live.sysinternals.com/Tools" #
|
|
# Example: \\live.sysinternals.com@SSL/Tools" #
|
|
####################################################################################################
|
|
WebDAVSourcePath = \\www.naturstoff.de@SSL/webdav/Jobs/
|
|
|
|
####################################################################################################
|
|
# Set a file Filter. #
|
|
# Example: *.* #
|
|
# Example: *.xml #
|
|
####################################################################################################
|
|
WebDAVSourceFileFilter = *.txt
|
|
|
|
####################################################################################################
|
|
# Set local target path. #
|
|
# Example: e:\target #
|
|
# Example: \\server\target #
|
|
####################################################################################################
|
|
TargetPath = E:\Import |