Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Graphviz

<source>
 digraph "Example: Transfers using localhost" \{
</source>

rankdir=LR;

edge [
color="#31CEF0"
];

source_server [label="Data Source/Target (FTP)"];
jade_client  [label="JADE CLI"];
jade_config [label="JADE Configuration"];


source_server->jade_client  [dir=both label="receive/send" color="grey"];
jade_config->jade_client [color="green"];

\}
  1. JADE ini file jade_settings.ini file global profile
    Code Block
    
    [globals]
    basedir          = C:\Program Files\sos-berlin.com\jade\jade_client_1.6.4043\
    HistFileLocation = $\{basedir\}\logs
    
    
    [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
    
  1. JADE profile for localhost to localhost copy operation.
    Code Block
    
    [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
    
  2. JADE profile for localhost to FTP server file receive operation
Code Block

sdfsfsfsdf
  1. JADE profile for localhost to FTP server file send operation
    Code Block
    
    sdfsfsfsdf