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(String path)
List the files at the remote path.
|