...
Graphviz |
---|
digraph "Example: File Transfers using localhost" { rankdir=LR; edge [color="#31CEF0"]; source_server [label="Data Source/Target (FTP)"]; yade_client [label="YADE CLI"]; yade_config [label="YADE Configuration"]; source_server->yade_client [dir=both label="copy/move" color="grey"]; jadeyade_config->yade_client [color="green"]; } |
...
Code Block |
---|
[BackgroundService] BackgroundServiceHost = localhost BackgroundServicePort = 4444 SendTransferHistory = true TransferMethod = TCP [MailSettings] file_notification_to = myemail@mydomain.com file_notification_subject = YADE 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 |
...