Modifier and Type | Method and Description |
---|---|
SftpATTRS |
ChannelSftp.LsEntry.getAttrs()
return the attributes of the file.
|
SftpATTRS |
ChannelSftp.lstat(String path)
Retrieves the file attributes of a file or directory.
|
SftpATTRS |
ChannelSftp.stat(String path)
Retrieves the file attributes of a file or directory.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelSftp.setStat(String path,
SftpATTRS attr)
Changes attributes of a remote file or directory.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.