Interface FtpClientSession
-
- All Known Implementing Classes:
FtpClientSessionImpl
public interface FtpClientSessionCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringchangePath(String resPath)voidcloseDataTransiver()SocketgetClientSocket()FtpDataTransivergetDataTransiver()FtpServergetFtpServer()ArrayList<String>getFullPath(String resPath)ArrayList<String>getPath()StringgetPrevCommand()StringgetPrevParams()StringgetPrevParamsEx()StringgetRepoPath(ArrayList<String> repoPath)StringgetServerIp()javax.jcr.SessiongetSession(String workspaceName)StringgetUserName()StringgetUserPassword()booleanisLogged()voidlogout()voidrefreshTimeOut()voidreply(String replyString)voidsetDataTransiver(FtpDataTransiver newTransiver)voidsetPassword(String userPass)voidsetPrevCommand(String prevCommand)voidsetPrevParams(String prevParams)voidsetPrevParamsEx(String prevParams)voidsetUserName(String userName)
-
-
-
Method Detail
-
getFtpServer
FtpServer getFtpServer()
-
getClientSocket
Socket getClientSocket()
-
reply
void reply(String replyString) throws IOException
- Throws:
IOException
-
getServerIp
String getServerIp()
-
isLogged
boolean isLogged()
-
logout
void logout()
-
getUserName
String getUserName()
-
getUserPassword
String getUserPassword()
-
setUserName
void setUserName(String userName)
-
getDataTransiver
FtpDataTransiver getDataTransiver()
-
setDataTransiver
void setDataTransiver(FtpDataTransiver newTransiver)
-
closeDataTransiver
void closeDataTransiver()
-
getPrevCommand
String getPrevCommand()
-
getPrevParams
String getPrevParams()
-
getPrevParamsEx
String getPrevParamsEx()
-
setPrevCommand
void setPrevCommand(String prevCommand)
-
setPrevParams
void setPrevParams(String prevParams)
-
setPrevParamsEx
void setPrevParamsEx(String prevParams)
-
refreshTimeOut
void refreshTimeOut()
-
-