Uses of Interface
org.eclipse.jgit.transport.FtpChannel
Packages that use FtpChannel
Package
Description
Transport (fetch/push) for different protocols.
Provides a JGit
SshSessionFactory
implemented via JSch.Provides a JGit
SshSessionFactory
implemented via Apache MINA
sshd.-
Uses of FtpChannel in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FtpChannelMethods in org.eclipse.jgit.transport that return FtpChannelModifier and TypeMethodDescriptiondefault FtpChannel
RemoteSession.getFtpChannel()
Obtains anFtpChannel
for performing FTP operations over thisRemoteSession
.(package private) FtpChannel
TransportSftp.newSftp()
-
Uses of FtpChannel in org.eclipse.jgit.transport.ssh.jsch
Classes in org.eclipse.jgit.transport.ssh.jsch that implement FtpChannelMethods in org.eclipse.jgit.transport.ssh.jsch that return FtpChannelModifier and TypeMethodDescriptionJschSession.getFtpChannel()
Obtains anFtpChannel
for performing FTP operations over thisRemoteSession
. -
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
.