|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol | |
|---|---|
| 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. |
| Uses of Protocol in com.enterprisedt.net.ftp |
|---|
| Fields in com.enterprisedt.net.ftp declared as Protocol | |
|---|---|
static Protocol |
Protocol.FTP
Plain FTP |
static Protocol |
Protocol.FTPS_EXPLICIT
Explicit FTPS (FTP over SSL) |
static Protocol |
Protocol.FTPS_IMPLICIT
Implicit FTPS (FTP over SSL). |
static Protocol |
Protocol.SFTP
FTP over SSH |
| Methods in com.enterprisedt.net.ftp that return Protocol | |
|---|---|
Protocol |
SecureFileTransferClient.getProtocol()
Get the current protocol being used |
| Methods in com.enterprisedt.net.ftp with parameters of type Protocol | |
|---|---|
static ProFTPClientInterface |
FTPClientFactory.createClient(Protocol protocol)
Create an FTP client that supports the supplied protocol. |
static ProFTPClientInterface |
FTPClientFactory.createClient(Protocol protocol,
boolean serverValidation)
Create an FTP client that supports the supplied protocol. |
void |
SecureFileTransferClient.setProtocol(Protocol protocol)
Set the current protocol to be used. |
| Uses of Protocol in com.enterprisedt.net.ftp.script |
|---|
| Methods in com.enterprisedt.net.ftp.script that return Protocol | |
|---|---|
Protocol |
ScriptEngine.getProtocol()
Get the protocol to be used |
| Methods in com.enterprisedt.net.ftp.script with parameters of type Protocol | |
|---|---|
void |
ScriptEngine.setProtocol(Protocol protocol)
Set the protocol to be used |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||