| java.lang.Object | |
| ↳ | net.schmizz.sshj.xfer.FileSystemFile |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| file | |||||||||||
| log | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns last access time for the underlying file.
| |||||||||||
Returns last access time for the underlying file.
| |||||||||||
Returns the permissions for the underlying file
| |||||||||||
Allows caller to express intent that caller expects to write to directory with
dirname. | |||||||||||
Allows caller to express intent that caller expects to write to file with
filename. | |||||||||||
Set the last access time for the underlying file.
| |||||||||||
Set the last modified time for the underlying file.
| |||||||||||
Set the permissions for the underlying file.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
net.schmizz.sshj.xfer.LocalDestFile
| |||||||||||
From interface
net.schmizz.sshj.xfer.LocalSourceFile
| |||||||||||
| path |
|---|
| file |
|---|
| other |
|---|
| filter |
|---|
| IOException |
|---|
| IOException |
|---|
Returns last access time for the underlying file.
| IOException |
|---|
Returns last access time for the underlying file.
| IOException |
|---|
| IOException |
|---|
Returns the permissions for the underlying file
| IOException |
|---|
Allows caller to express intent that caller expects to write to directory with dirname. Based on this
information, an implementation may return an alternate directory to write to, which should be respected by the
caller.
| dirname |
|---|
| IOException |
|---|
Allows caller to express intent that caller expects to write to file with filename. Based on this
information, an implementation may return an alternate file to write to, which should be respected by the
caller.
| filename |
|---|
| IOException |
|---|
Set the last access time for the underlying file.
| t | Time in seconds since Unix epoch |
|---|
| IOException |
|---|
Set the last modified time for the underlying file.
| t | Time in seconds since Unix epoch |
|---|
| IOException |
|---|
Set the permissions for the underlying file.
| perms | Permissions e.g. 0644 |
|---|
| IOException |
|---|