Interface FtpDataTransiver
-
- All Known Implementing Classes:
FtpDataTransiverImpl
public interface FtpDataTransiverCreated by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleanisConnected()booleanOpenActive(int port)voidOpenPassive(String host, int port)byte[]receive()booleansend(byte[] data)
-
-
-
Method Detail
-
OpenPassive
void OpenPassive(String host, int port)
-
OpenActive
boolean OpenActive(int port)
-
isConnected
boolean isConnected()
-
close
void close()
-
receive
byte[] receive()
-
send
boolean send(byte[] data)
-
-