public interface FtpClientSession
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
connect() |
boolean |
connect(int attemptsCount) |
int |
executeCommand(FtpCommand command) |
int |
executeCommand(FtpCommand command,
int expectReply,
int attemptsCount) |
Socket |
getClientSocket() |
FtpDataTransiver |
getDataTransiver() |
String |
getSystemType() |
void |
setDataTransiver(FtpDataTransiver dataTransiver) |
void |
setSystemType(String systemType) |
Socket getClientSocket()
void close()
int executeCommand(FtpCommand command) throws Exception
Exceptionint executeCommand(FtpCommand command, int expectReply, int attemptsCount) throws Exception
Exceptionvoid setSystemType(String systemType)
String getSystemType()
void setDataTransiver(FtpDataTransiver dataTransiver)
FtpDataTransiver getDataTransiver()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.