org.exoplatform.frameworks.ftpclient.client
Interface FtpClientSession
- All Known Implementing Classes:
- FtpClientSessionImpl
public interface FtpClientSession
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
getClientSocket
Socket getClientSocket()
connect
boolean connect()
throws Exception
- Throws:
Exception
connect
boolean connect(int attemptsCount)
throws Exception
- Throws:
Exception
close
void close()
executeCommand
int executeCommand(FtpCommand command)
throws Exception
- Throws:
Exception
executeCommand
int executeCommand(FtpCommand command,
int expectReply,
int attemptsCount)
throws Exception
- Throws:
Exception
setSystemType
void setSystemType(String systemType)
getSystemType
String getSystemType()
setDataTransiver
void setDataTransiver(FtpDataTransiver dataTransiver)
getDataTransiver
FtpDataTransiver getDataTransiver()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.