|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |