|
|
Write file to connection content
int Ns_ConnSendFp(
Ns_Conn *conn,
FILE *fp,
int len
);
The Ns_ConnSendFp function writes len bytes from the file pointed to by fp to the connection. Ns_ConnSendFp returns the status NS_ERROR or NS_OK.