public interface ExtendedRemoteFileOperations<F> extends RemoteFileOperations<F>
RemoteFileOperations
(back port).
Merged into RemoteFileOperations
in 4.3.Modifier and Type | Method and Description |
---|---|
Session<F> |
getSession()
Obtain a raw Session object.
|
F[] |
list(java.lang.String path)
List the files at the remote path.
|