public interface PullsFiles extends ExecutesMethod
Modifier and Type | Method and Description |
---|---|
default byte[] |
pullFile(java.lang.String remotePath)
Pull a file from the remote system.
|
default byte[] |
pullFolder(java.lang.String remotePath)
Pull a folder content from the remote system.
|
execute, execute
default byte[] pullFile(java.lang.String remotePath)
remotePath
- Path to file to read data from the remote device.
Check the documentation on `mobile: pullFile`
extension for more details on possible values
for different platforms.default byte[] pullFolder(java.lang.String remotePath)
remotePath
- Path to a folder to read data from the remote device.
Check the documentation on `mobile: pullFolder`
extension for more details on possible values
for different platforms.