Interface RemoteFS

All Known Subinterfaces:
RemoteFSDelegate
All Known Implementing Classes:
CommonsFtpAdapter, CommonsFtpsAdapter, Ftp4jAdapter, FtpAdapter, RemoteFSBean, SftpAdapter

public interface RemoteFS
Interface defines methods to access a remote filesystem.

Implementations of this interface can use different methods like ftp, sftp, nfs, scp to access the filesystem on a remote system.

The system using the RemoteFS subsystem is responsible for connecting and disconnecting before and after performing one of the actions.