Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
default FtpChannel |
RemoteSession.getFtpChannel()
Obtain an
FtpChannel for performing FTP operations over this
RemoteSession . |
FtpChannel |
JschSession.getFtpChannel()
Obtain an
FtpChannel for performing FTP operations over this
RemoteSession . |
Copyright © 2019 Eclipse JGit Project. All rights reserved.