Uses of Class
com.enterprisedt.net.ftp.Protocol
Packages that use Protocol
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.Contains classes for FTP scripting.
-
Uses of Protocol in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as ProtocolModifier and TypeFieldDescriptionstatic ProtocolProtocol.FTPPlain FTPstatic ProtocolProtocol.FTPS_EXPLICITExplicit FTPS (FTP over SSL)static ProtocolProtocol.FTPS_IMPLICITImplicit FTPS (FTP over SSL).static ProtocolProtocol.SCPSCP over SSHstatic ProtocolProtocol.SFTPFTP over SSHMethods in com.enterprisedt.net.ftp that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.getProtocol(String abbrev) Get the protocol from the abbreviationSecureFileTransferClient.getProtocol()Get the current protocol being usedMethods in com.enterprisedt.net.ftp with parameters of type ProtocolModifier and TypeMethodDescriptionstatic ProFTPClientInterfaceFTPClientFactory.createClient(Protocol protocol) Create an FTP client that supports the supplied protocol.static ProFTPClientInterfaceFTPClientFactory.createClient(Protocol protocol, boolean serverValidation) Create an FTP client that supports the supplied protocol.voidSecureFileTransferClient.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 ProtocolMethods in com.enterprisedt.net.ftp.script with parameters of type ProtocolModifier and TypeMethodDescriptionvoidScriptEngine.setProtocol(Protocol protocol) Set the protocol to be used