# Functions
CheckEndpoint check whether endpoint is combine with ip:port example: http://127.0.0.1:9999/xxx.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Interfaces
Dir means we treat the storage organized as tree hierarchy.
Downloader download data from externalUri in ExternalStorage to the localPath If localPath not exist, create it; If it exist, overwrite it when it is file, copy to it when it is folder.
ExternalStorage will keep the authentication information and other configuration for the storage Then the functions only need uri as the parameter.
Uploader upload data from localPath to the externalUri in ExternalStorage When recursively is false, upload file from localPath to externalUri Else upload files in localPath folder to externalUri folder.