#include #include #ifndef NULL #define NULL 0 #endif int main(int arc, char **argv) { char *ftphost = "sweetlou"; char *file = "/products/server/README"; char *basename = "./README"; char *user = "test"; char *localhost = "test.com"; char *ftpcmds = malloc(1024); sprintf(ftpcmds, "\ \ ftp -n %s <