e.awake-file-server.3.1.source-code.awake-file-overview.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of awake-file-server Show documentation
Show all versions of awake-file-server Show documentation
Awake FILE is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. File transfers include
powerful features like file chunking and automatic recovery mechanism.
Security has been taken into account from the design: server side allows
to specify strong security rules in order to protect the files and to secure the RPC calls.
The newest version!
Awake FILE Framework Overview
Awake FILE is a set of APIs for executing all sorts of operations on files between an Android
device or a PC and a remote server through HTTP: file upload/download, access of remote files and directories, call of remote Java methods.
Awake FILE v3.0 includes now zero-learning APIs to access remote files, upload or download files:
- The
RemoteFile
class has the same methods names and signatures as java.io.File
: a RemoteFile
method is a File method
that is executed on the remote host.
- The
RemoteInputStream
class implements InputStream
and allows easy file download.
- The
RemoteOutputStream
class implements OutputStream
and allows easy file upload.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy