| Package | Description |
|---|---|
| com.maverick.sftp |
The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections.
|
| com.sshtools.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
| Modifier and Type | Method and Description |
|---|---|
SftpSubsystemChannel |
SftpFile.getSFTPChannel()
Get the SFTP subsystem channel that created this file object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftpFile.setSFTPSubsystem(SftpSubsystemChannel sftp)
Sets the SFTP subsystem
|
| Constructor and Description |
|---|
SftpFileAttributes(SftpSubsystemChannel sftp,
ByteArrayReader bar) |
SftpFileAttributes(SftpSubsystemChannel sftp,
int type)
Creates a new FileAttributes object.
|
| Modifier and Type | Field and Description |
|---|---|
protected SftpSubsystemChannel |
SftpClient.sftp |
| Modifier and Type | Method and Description |
|---|---|
protected SftpSubsystemChannel |
SftpClient.createChannel(SshSession session,
int version,
int timeout) |
SftpSubsystemChannel |
SftpClient.getSubsystemChannel()
Returns the instance of the SftpSubsystemChannel used by this class
|
Copyright © 2025. All rights reserved.