Interface FtpDataTransiver
- All Known Implementing Classes:
FtpDataTransiverImpl
public interface FtpDataTransiver
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanbooleanOpenActive(int port) voidOpenPassive(String host, int port) byte[]receive()booleansend(byte[] data)
-
Method Details
-
OpenPassive
-
OpenActive
boolean OpenActive(int port) -
isConnected
boolean isConnected() -
close
void close() -
receive
byte[] receive() -
send
boolean send(byte[] data)
-