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 JGitSshSessionFactoryimplemented via JSch.org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactoryimplemented via Apache MINA sshd. -
-
Uses of FtpChannel in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FtpChannel Modifier and Type Field Description private FtpChannelTransportSftp.SftpObjectDB. ftpMethods in org.eclipse.jgit.transport that return FtpChannel Modifier and Type Method Description default 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 FtpChannel Modifier and Type Class Description private classJschSession.JschFtpChannelMethods in org.eclipse.jgit.transport.ssh.jsch that return FtpChannel Modifier and Type Method Description FtpChannelJschSession. 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 FtpChannel Modifier and Type Class Description private classSshdSession.SshdFtpChannelMethods in org.eclipse.jgit.transport.sshd that return FtpChannel Modifier and Type Method Description FtpChannelSshdSession. getFtpChannel()Obtain anFtpChannelto perform SFTP operations in thisSshdSession.
-