Interface FtpClientSession
- All Known Implementing Classes:
FtpClientSessionImpl
public interface FtpClientSession
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanconnect()booleanconnect(int attemptsCount) intexecuteCommand(FtpCommand command) intexecuteCommand(FtpCommand command, int expectReply, int attemptsCount) voidsetDataTransiver(FtpDataTransiver dataTransiver) voidsetSystemType(String systemType)
-
Method Details