eXo JCR :: Framework :: FTP Client 1.15.14-CP01

org.exoplatform.frameworks.ftpclient.data
Interface FtpDataTransiver

All Known Implementing Classes:
FtpDataTransiverImpl

public interface FtpDataTransiver

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Vitaly Guly

Method Summary
 void close()
           
 boolean isConnected()
           
 boolean OpenActive(int port)
           
 void OpenPassive(String host, int port)
           
 byte[] receive()
           
 boolean send(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)

eXo JCR :: Framework :: FTP Client 1.15.14-CP01

Copyright © 2015 eXo Platform SAS. All Rights Reserved.