Class FtpClientSessionImpl
java.lang.Object
org.exoplatform.services.ftp.client.FtpClientSessionImpl
- All Implemented Interfaces:
FtpClientSession
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
- Version:
- $Id: $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangePath(String resPath) voidgetFullPath(String resPath) getPath()getRepoPath(ArrayList<String> repoPath) javax.jcr.SessiongetSession(String workspaceName) booleanisLogged()voidlogout()voidvoidvoidsetDataTransiver(FtpDataTransiver newTransiver) voidsetPassword(String userPass) voidsetPrevCommand(String prevCommand) voidsetPrevParams(String prevParams) voidsetPrevParamsEx(String prevParamsEx) voidsetUserName(String userName) protected void
-
Constructor Details
-
FtpClientSessionImpl
- Throws:
Exception
-
-
Method Details
-
getClientSocket
- Specified by:
getClientSocketin interfaceFtpClientSession
-
reply
- Specified by:
replyin interfaceFtpClientSession- Throws:
IOException
-
getFtpServer
- Specified by:
getFtpServerin interfaceFtpClientSession
-
welcomeClient
- Throws:
IOException
-
logout
public void logout()- Specified by:
logoutin interfaceFtpClientSession
-
isLogged
public boolean isLogged()- Specified by:
isLoggedin interfaceFtpClientSession
-
setUserName
- Specified by:
setUserNamein interfaceFtpClientSession
-
setPassword
- Specified by:
setPasswordin interfaceFtpClientSession- Throws:
Exception
-
getUserName
- Specified by:
getUserNamein interfaceFtpClientSession
-
getUserPassword
- Specified by:
getUserPasswordin interfaceFtpClientSession
-
getServerIp
- Specified by:
getServerIpin interfaceFtpClientSession
-
setDataTransiver
- Specified by:
setDataTransiverin interfaceFtpClientSession
-
closeDataTransiver
public void closeDataTransiver()- Specified by:
closeDataTransiverin interfaceFtpClientSession
-
getDataTransiver
- Specified by:
getDataTransiverin interfaceFtpClientSession
-
setPrevCommand
- Specified by:
setPrevCommandin interfaceFtpClientSession
-
setPrevParams
- Specified by:
setPrevParamsin interfaceFtpClientSession
-
setPrevParamsEx
- Specified by:
setPrevParamsExin interfaceFtpClientSession
-
getPrevCommand
- Specified by:
getPrevCommandin interfaceFtpClientSession
-
getPrevParams
- Specified by:
getPrevParamsin interfaceFtpClientSession
-
getPrevParamsEx
- Specified by:
getPrevParamsExin interfaceFtpClientSession
-
getFullPath
- Specified by:
getFullPathin interfaceFtpClientSession
-
getRepoPath
- Specified by:
getRepoPathin interfaceFtpClientSession
-
getSession
- Specified by:
getSessionin interfaceFtpClientSession- Throws:
Exception
-
changePath
- Specified by:
changePathin interfaceFtpClientSession
-
getPath
- Specified by:
getPathin interfaceFtpClientSession
-
refreshTimeOut
public void refreshTimeOut()- Specified by:
refreshTimeOutin interfaceFtpClientSession
-