Uses of Interface
org.eclipse.jgit.transport.FtpChannel
-
Packages that use FtpChannel Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.sshd -
-
Uses of FtpChannel in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FtpChannel Modifier and Type Class Description private class
JschSession.JschFtpChannel
Fields in org.eclipse.jgit.transport declared as FtpChannel Modifier and Type Field Description private FtpChannel
TransportSftp.SftpObjectDB. ftp
Methods in org.eclipse.jgit.transport that return FtpChannel Modifier and Type Method Description FtpChannel
JschSession. getFtpChannel()
Obtain anFtpChannel
for performing FTP operations over thisRemoteSession
.default FtpChannel
RemoteSession. getFtpChannel()
Obtain anFtpChannel
for performing FTP operations over thisRemoteSession
.(package private) FtpChannel
TransportSftp. newSftp()
-
Uses of FtpChannel in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement FtpChannel Modifier and Type Class Description private class
SshdSession.SshdFtpChannel
Methods in org.eclipse.jgit.transport.sshd that return FtpChannel Modifier and Type Method Description FtpChannel
SshdSession. getFtpChannel()
Obtain anFtpChannel
to perform SFTP operations in thisSshdSession
.
-