| Package | Description |
|---|---|
| net.sf.sshapi.sftp |
| Modifier and Type | Method and Description |
|---|---|
SftpFile[] |
SftpClient.ls(java.lang.String path)
List a directory.
|
SftpFile |
SftpClient.stat(java.lang.String path)
Get an SFTP file object (containing all of it's attributes) given a path
in the remote file system.
|
Copyright © 2018. All rights reserved.