- Version:
- $Id: $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpClientSessionImpl
public FtpClientSessionImpl(FtpServer ftpServer,
Socket clientSocket)
throws Exception
- Throws:
Exception
getClientSocket
public Socket getClientSocket()
- Specified by:
getClientSocket in interface FtpClientSession
reply
public void reply(String replyString)
throws IOException
- Specified by:
reply in interface FtpClientSession
- Throws:
IOException
getFtpServer
public FtpServer getFtpServer()
- Specified by:
getFtpServer in interface FtpClientSession
welcomeClient
protected void welcomeClient()
throws IOException
- Throws:
IOException
logout
public void logout()
- Specified by:
logout in interface FtpClientSession
isLogged
public boolean isLogged()
- Specified by:
isLogged in interface FtpClientSession
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface FtpClientSession
setPassword
public void setPassword(String userPass)
throws Exception
- Specified by:
setPassword in interface FtpClientSession
- Throws:
Exception
getUserName
public String getUserName()
- Specified by:
getUserName in interface FtpClientSession
getUserPassword
public String getUserPassword()
- Specified by:
getUserPassword in interface FtpClientSession
getServerIp
public String getServerIp()
- Specified by:
getServerIp in interface FtpClientSession
setDataTransiver
public void setDataTransiver(FtpDataTransiver newTransiver)
- Specified by:
setDataTransiver in interface FtpClientSession
closeDataTransiver
public void closeDataTransiver()
- Specified by:
closeDataTransiver in interface FtpClientSession
getDataTransiver
public FtpDataTransiver getDataTransiver()
- Specified by:
getDataTransiver in interface FtpClientSession
setPrevCommand
public void setPrevCommand(String prevCommand)
- Specified by:
setPrevCommand in interface FtpClientSession
setPrevParams
public void setPrevParams(String prevParams)
- Specified by:
setPrevParams in interface FtpClientSession
setPrevParamsEx
public void setPrevParamsEx(String prevParamsEx)
- Specified by:
setPrevParamsEx in interface FtpClientSession
getPrevCommand
public String getPrevCommand()
- Specified by:
getPrevCommand in interface FtpClientSession
getPrevParams
public String getPrevParams()
- Specified by:
getPrevParams in interface FtpClientSession
getPrevParamsEx
public String getPrevParamsEx()
- Specified by:
getPrevParamsEx in interface FtpClientSession
getFullPath
public ArrayList<String> getFullPath(String resPath)
- Specified by:
getFullPath in interface FtpClientSession
getRepoPath
public String getRepoPath(ArrayList<String> repoPath)
- Specified by:
getRepoPath in interface FtpClientSession
getSession
public javax.jcr.Session getSession(String workspaceName)
throws Exception
- Specified by:
getSession in interface FtpClientSession
- Throws:
Exception
changePath
public String changePath(String resPath)
- Specified by:
changePath in interface FtpClientSession
getPath
public ArrayList<String> getPath()
- Specified by:
getPath in interface FtpClientSession
refreshTimeOut
public void refreshTimeOut()
- Specified by:
refreshTimeOut in interface FtpClientSession
Copyright © 2015 eXo Platform SAS. All Rights Reserved.