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

Compare with Current View Page History

« Previous Version 8 Next »

JADE Implementation Architecture

JADE Implementation Architecture Details

JADE have following main components

JADE Engin

Options Engin

JADE Engine Interface

VFS (Virtual File System) Interface

  1. FTP
    SFTP
    FTPS
    WebDAV
    CIFS
    Local (native copy)

JADE Server-to-Server File Transfer

JADE can transfer files from Source Server to Target Server without touch down. JADE can uses "Streams" or common terminology pipe to transfer file from Source to Target. JADE opens an input stream from source server and output stream with target server. By default JADE read/write 32Kb chunks from input to output stream.

  • No labels