stevensteven
Programmer
How would I ftp a file from my c code using a
char *cmd;
int status = 0;
strcpy(cmd, "ftp ???????"
status = System(cmd);
Or is there any other way I could do this??
Thanks for any help,
Steven
char *cmd;
int status = 0;
strcpy(cmd, "ftp ???????"
status = System(cmd);
Or is there any other way I could do this??
Thanks for any help,
Steven