Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
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.