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.ssh.jsch Provides a JGitSshSessionFactory
implemented via JSch.org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of FtpChannel in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FtpChannel Modifier and Type Method Description default FtpChannel
RemoteSession. getFtpChannel()
Obtains anFtpChannel
for performing FTP operations over thisRemoteSession
. -
Uses of FtpChannel in org.eclipse.jgit.transport.ssh.jsch
Methods in org.eclipse.jgit.transport.ssh.jsch that return FtpChannel Modifier and Type Method Description FtpChannel
JschSession. getFtpChannel()
Obtains anFtpChannel
for performing FTP operations over thisRemoteSession
. -
Uses of FtpChannel in org.eclipse.jgit.transport.sshd
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
.
-