public interface FileSyncer
| Modifier and Type | Method and Description |
|---|---|
File |
download(Host host,
Path remotePath,
File localFile,
ProgressListener listener) |
void |
upload(Host host,
File localcopy,
Path remotePath,
ProgressListener listener) |
File download(Host host, Path remotePath, File localFile, ProgressListener listener) throws IOException, NotFoundException, HttpException, NotAuthorizedException, BadRequestException, ConflictException
void upload(Host host, File localcopy, Path remotePath, ProgressListener listener) throws IOException, NotFoundException, NotAuthorizedException, ConflictException
Copyright © 2021 McEvoy Software Ltd. All rights reserved.