Libpwmd provides an API for connecting to pwmd. It allows for your application to easily store and retrieve data from a pwmd server. It does all the work of setting up the socket and socket IO. Fetching element content can be done in as little as 4 function calls: pwmd_new(), pwmd_connect(), pwmd_open() and pwmd_command().
This is a simple GUI application for scp. This can be used to upload files from the local computer to a remote server where you have user account. This uses libssh library to implement scp .