Class CommonsFtpsAdapter
java.lang.Object
net.jalbum.remotefs.commons.ftp.CommonsFtpAdapter
net.jalbum.remotefs.commons.ftp.CommonsFtpsAdapter
-
Field Summary
Fields inherited from class net.jalbum.remotefs.commons.ftp.CommonsFtpAdapter
forceUTF8, monitor, passive, port -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.jalbum.remotefs.commons.ftp.CommonsFtpAdapter
abortConnect, createDirectory, disconnect, exists, existsDirectory, get, getClient, getDirectory, getFiles, getFiles, getPort, getUnmonitored, isConnected, isForceUTF8, isPassiveMode, noop, put, putFile, putFile, removeDirectory, removeFile, rename, setDirectory, setForceUTF8, setPassiveMode, setPort, setProgressMonitor, toParentDirectory
-
Constructor Details
-
CommonsFtpsAdapter
-
-
Method Details
-
connect
public void connect(String server, String user, String password) throws IOException, RemoteFSException Description copied from interface:RemoteFSConnect to remote server using user and password- Specified by:
connectin interfaceRemoteFS- Overrides:
connectin classCommonsFtpAdapter- Parameters:
server- server to connect touser- user to use for authenticationpassword- password for authenticating user- Throws:
IOExceptionRemoteFSException
-