Uses of Class
com.trilead.ssh2.SFTPv3Client
-
Packages that use SFTPv3Client Package Description com.trilead.ssh2 com.trilead.ssh2.jenkins -
-
Uses of SFTPv3Client in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as SFTPv3Client Modifier and Type Field Description (package private) SFTPv3Client
SFTPv3FileHandle. client
Methods in com.trilead.ssh2 that return SFTPv3Client Modifier and Type Method Description SFTPv3Client
SFTPv3FileHandle. getClient()
Get the SFTPv3Client instance which created this handle.Constructors in com.trilead.ssh2 with parameters of type SFTPv3Client Constructor Description SFTPv3FileHandle(SFTPv3Client client, byte[] h)
-
Uses of SFTPv3Client in com.trilead.ssh2.jenkins
Subclasses of SFTPv3Client in com.trilead.ssh2.jenkins Modifier and Type Class Description class
SFTPClient
This Class adds file manage capabilities to the SFTPv3Client class.
-