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

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

Method Summary
 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)
           
 

Method Detail

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()

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

Copyright © 2015 eXo Platform SAS. All Rights Reserved.