Uses of Class
com.enterprisedt.net.ftp.FTPConnectMode
Packages that use FTPConnectMode
Package
Description
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 FTPConnectModeModifier and TypeFieldDescriptionstatic final FTPConnectModeFTPConnectMode.ACTIVERepresents active connect modestatic final FTPConnectModeFTPConnectMode.PASVRepresents PASV connect modeMethods in com.enterprisedt.net.ftp that return FTPConnectModeModifier and TypeMethodDescriptionAdvancedFTPSettings.getConnectMode()Get the data transfer mode.FTPClient.getConnectMode()Methods in com.enterprisedt.net.ftp with parameters of type FTPConnectModeModifier and TypeMethodDescriptionvoidAdvancedFTPSettings.setConnectMode(FTPConnectMode mode) Set the data transfer mode to either active (PORT) or passive (PASV).voidFTPClient.setConnectMode(FTPConnectMode mode) Set the connect mode