edtFTPj

Uses of Class
com.enterprisedt.net.ftp.FTPConnectMode

Packages that use FTPConnectMode
com.enterprisedt.net.ftp   
com.enterprisedt.net.ftp.test   
 

Uses of FTPConnectMode in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPConnectMode
static FTPConnectMode FTPConnectMode.ACTIVE
          Represents active connect mode
static FTPConnectMode FTPConnectMode.PASV
          Represents PASV connect mode
 

Methods in com.enterprisedt.net.ftp that return FTPConnectMode
 FTPConnectMode FTPClient.getConnectMode()
           
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPConnectMode
 void FTPClient.setConnectMode(FTPConnectMode mode)
          Set the connect mode
 

Uses of FTPConnectMode in com.enterprisedt.net.ftp.test
 

Fields in com.enterprisedt.net.ftp.test declared as FTPConnectMode
protected  FTPConnectMode FTPTestTools.connectMode
          Connect mode for test
 


edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.