Uses of Interface
org.eclipse.jgit.transport.FtpChannel
-
Packages that use FtpChannel Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FtpChannel in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FtpChannel Modifier and Type Method Description default FtpChannelRemoteSession. getFtpChannel()Obtains anFtpChannelfor performing FTP operations over thisRemoteSession.
-