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="copy/move" color="grey"];
jade_config->jade_client [color="green"];

\}

JADE ini file jade_settings.ini file global profile

JADE global profile

...