QNetIO Library
QNetIO is a library which provides cross-plaform, lightweight support for:
- asynchronous virtual file system (WebDAV, FTP, Picasa, Facebook)
- wallet for storing credentials using platform-specific methods (OS X Keychain, GNOME Keyring, encrypted data using CryptProtectData on Windows)
The only mandatory dependencies of QNetIO are QtNetwork and QtXml modules of the Qt framework.
It is released under the terms of the GNU Lesser General Public License version 3.
Building QNetIO
You can checkout the latest version of QNetIO using git:
git clone git://git.bolloretelecom.eu/qnetio.git
To build the project, run the following from your qnetio directory:
mkdir build
cd build
cmake ..
make
Using QNetIO
You can learn more about QNetIO by reading the QNetIO API documentation.
