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
Methods in org.eclipse.jgit.transport that return FtpChannelModifier and TypeMethodDescriptionJschSession.getFtpChannel()Obtains anFtpChannelfor performing FTP operations over thisRemoteSession.default FtpChannelRemoteSession.getFtpChannel()Obtains anFtpChannelfor performing FTP operations over thisRemoteSession. -
Uses of FtpChannel in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return FtpChannelModifier and TypeMethodDescriptionSshdSession.getFtpChannel()Obtain anFtpChannelto perform SFTP operations in thisSshdSession.