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 FtpChannelRemoteSession.getFtpChannel()Obtains anFtpChannelfor performing FTP operations over thisRemoteSession.(package private) FtpChannelTransportSftp.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 anFtpChannelfor 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 anFtpChannelto perform SFTP operations in thisSshdSession.