| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| org.eclipse.jgit.transport.sshd |
| Modifier and Type | Class and Description |
|---|---|
private class |
JschSession.JschFtpChannel |
| Modifier and Type | Field and Description |
|---|---|
private FtpChannel |
TransportSftp.SftpObjectDB.ftp |
| Modifier and Type | Method and Description |
|---|---|
FtpChannel |
JschSession.getFtpChannel()
Obtain an
FtpChannel for performing FTP operations over this
RemoteSession. |
default FtpChannel |
RemoteSession.getFtpChannel()
Obtain an
FtpChannel for performing FTP operations over this
RemoteSession. |
(package private) FtpChannel |
TransportSftp.newSftp() |
| Modifier and Type | Class and Description |
|---|---|
private class |
SshdSession.SshdFtpChannel |
| Modifier and Type | Method and Description |
|---|---|
FtpChannel |
SshdSession.getFtpChannel()
Obtain an
FtpChannel to perform SFTP operations in this
SshdSession. |