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.sshd -
-
Uses of FtpChannel in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FtpChannel Modifier and Type Method Description FtpChannelJschSession. 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 FtpChannel Modifier and Type Method Description FtpChannelSshdSession. getFtpChannel()Obtain anFtpChannelto perform SFTP operations in thisSshdSession.
-