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

Compare with Current View Page History

« Previous Version 9 Next »

Introduction

JADE uses a Virtual File System (VFS) as an interface to access and transfer files from source systems to and target systems.

  • The VFS works as a layer that encapsulates details of individual file transfer protocols such as FTP, SFTP etc..
  • The VFS brings a major shift in perspective: file transfers are not effected from a local host to a remote host or vice versa, instead transfers are a effected as copy or move operations between any VFS source system and any target system.
  • The VFS allows to use any combination of source system and target system for file tansfers.
 

The protocols that can be used with VFS are:

  • FTP, SFTP, FTPS
  • HTTP/HTTPS  FEATURE AVAILABILITY STARTING FROM RELEASE 1.7
  • WebDav FEATURE AVAILABILITY STARTING FROM RELEASE 1.8  
  • File system including UNC file names and Samba (SMB)

The JADE Implementation Architecture shows the integration of the VFS into the JADE architecture.

The Virtual File System allows more flexiblity when integrating new protocols. Get in Contact with SOS if you face requirements to support additional protocols.

Resources

Feature in detail

There is no content with the specified labels

How To ... Instructions

There is no content with the specified labels

Frequently Asked Questions

There is no content with the specified labels

Examples in detail

There is no content with the specified labels

  • No labels