edtFTPj/Free - Open-source FTP library for Java | Download


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

Packages that use FTPConnectMode
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

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()
           
 FTPConnectMode AdvancedFTPSettings.getConnectMode()
          Get the data transfer mode.
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPConnectMode
 void FTPClient.setConnectMode(FTPConnectMode mode)
          Set the connect mode
 void AdvancedFTPSettings.setConnectMode(FTPConnectMode mode)
          Set the data transfer mode to either active (PORT) or passive (PASV).
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.