Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.sshd |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FtpChannel.DirEntry> |
FtpChannel.ls(java.lang.String path)
Lists contents of a remote directory
|
java.util.Collection<FtpChannel.DirEntry> |
JschSession.JschFtpChannel.ls(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FtpChannel.DirEntry> |
SshdSession.SshdFtpChannel.ls(java.lang.String path) |