ftp_printf
ftp_printf(FILE *fp, const char *fmt, ...)
#define ftp_printf(fp, ...) fprintf(fp, __VA_ARGS__)