You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Warning: : syntax error in line 1 near '>'

JADE ini file jade_settings.ini

JADE global profile

[globals]
basedir          = C:\Program Files\sos-berlin.com\jade\jade_client_1.6.4043\
HistFileLocation = $\{basedir\}\logs

JADE generic fragments


[BackgroundService]
BackgroundServiceHost = localhost
BackgroundServicePort = 4444
SendTransferHistory   = true
TransferMethod        = TCP

[MailSettings]
file_notification_to      = myemail@mydomain.com
file_notification_subject = JADE-Client mail
file_notification_body    = This is a test.
mail_smtp                 = mail.myemail.com

[jadeHistory]
log_filename    = $\{HistFileLocation\}/jade_history.log
HistoryFileName = $\{HistFileLocation\}/jade_history.csv

JADE transfer profiles

JADE profile for localhost to localhost copy operation.

[localhost_copy]
include        = globals, jadeHistory , BackgroundService
source_host    = localhost
source_protocol= local
target_host    = localhost
target_protocol= local
file_spec      = ^.*\.txt$
operation      = copy
source_dir     = c:\sandbox\source
target_dir     = c:\sandbox\target

JADE profile for localhost to FTP server file receive operation

[localhost_receive]
#include        = globals, jadeHistory
source_host    = mp
source_protocol= ftp
target_user    = test
target_password= test
target_host    = localhost
target_protocol= local
file_spec      = ^.*\.txt$
operation      = receive
source_dir     = c:\sandbox\ftp_server\outbound
target_dir     = c:\sandbox\target

JADE profile for localhost to FTP server file send operation

[localhost_send]
#include        = globals, jadeHistory
source_host    = localhost
source_protocol= local
target_host    = localhost
target_protocol= ftp
target_user    = test
target_password= test
file_spec      = ^.*\.txt$
operation      = send
source_dir     = C:\sandbox\source
target_dir     = C:\sandbox\ftp_server\inbound
  • No labels