#include "ftpMS.h"
#include <stdio.h>
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
Go to the source code of this file.
Functions | |
int | msiFtpGet (msParam_t *target, msParam_t *destObj, msParam_t *status, ruleExecInfo_t *rei) |
int | msiTwitterPost (msParam_t *twittername, msParam_t *twitterpass, msParam_t *message, msParam_t *status, ruleExecInfo_t *rei) |
int | msiPostThis (msParam_t *url, msParam_t *data, msParam_t *status, ruleExecInfo_t *rei) |
Definition in file ftpMS.c.