The file is either downloaded completely or nothing at all. In the latter case, a {@code StorageException} is thrown.
Implementations must make sure that if a file matches the specified name schema, it must be complete and consistent.
If remoteFile does not exist, a {@link StorageFileNotFoundException} is thrown. @param remoteFile Existing source file on the remote storage.The only required property of the remote file is the name. @param localFile Not existing local file to which the remote file isgoing to be downloaded. @throws StorageException If the connection fails due to no Internet connection,authentication errors, etc.
|
|