Class RemoteFSBean

java.lang.Object
net.jalbum.remotefs.RemoteFSBean
All Implemented Interfaces:
RemoteFS, RemoteFSDelegate

public class RemoteFSBean extends Object implements RemoteFSDelegate
Bean implementation of RemoteFS.
Simplifies use of Remote filesystems. Functions as a proxy for the real RemoteFS implementation.

Currently only FTP and SFTP are supported.
This bean determines whether to use ftp or sftp depending on secure setting.

Has method testConnection to test connection to Remote FileSystem.