Uses of Interface
org.eclipse.jgit.transport.FtpChannel
Packages that use FtpChannel
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of FtpChannel in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FtpChannelFields in org.eclipse.jgit.transport declared as FtpChannelMethods in org.eclipse.jgit.transport that return FtpChannelModifier and TypeMethodDescriptionJschSession.getFtpChannel()
Obtains anFtpChannel
for performing FTP operations over thisRemoteSession
.default FtpChannel
RemoteSession.getFtpChannel()
Obtains 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 FtpChannelMethods in org.eclipse.jgit.transport.sshd that return FtpChannelModifier and TypeMethodDescriptionSshdSession.getFtpChannel()
Obtain anFtpChannel
to perform SFTP operations in thisSshdSession
.