y_socket: trying to add dst_dir to specify destination directory when getting file

This commit is contained in:
2025-10-20 09:48:02 +02:00
parent 7c13efe055
commit a776a8cc0f
3 changed files with 39 additions and 6 deletions
@@ -20,6 +20,7 @@ struct arg_send_file{
struct main_list_y_NODE_T *nodes;
y_NODE_T node;
char * filename;
char * dst_dir;
struct main_list_y_ptr_HEADER_T *m_ok_head_l_t;
//struct main_list_y_ptr_VARIABLE *m_var;
};