Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
com.enterprisedt.net.ftp.script |
Contains classes for FTP scripting.
|
Modifier and Type | Field and Description |
---|---|
static FTPConnectMode |
FTPConnectMode.ACTIVE
Represents active connect mode
|
static FTPConnectMode |
FTPConnectMode.PASV
Represents PASV connect mode
|
Modifier and Type | Method and Description |
---|---|
FTPConnectMode |
FTPClient.getConnectMode() |
FTPConnectMode |
AdvancedFTPSettings.getConnectMode()
Get the data transfer mode.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
FTPConnectMode |
ScriptEngine.getConnectMode()
Get the connect mode.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptEngine.setConnectMode(FTPConnectMode mode)
Set the connect mode.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.