# Civetweb API Reference ### `mg_send_file( conn, path );` ### Parameters | Parameter | Type | Description | | :--- | :--- | :--- | |**`conn`**|`struct mg_connection *`|| |**`path`**|`const char *`|| ### Return Value *none* ### Description ### See Also * [`mg_printf();`](mg_printf.md) * [`mg_send_mime_file();`](mg_send_mime_file.md) * [`mg_send_mime_file2();`](mg_send_mime_file2.md) * [`mg_write();`](mg_write.md)