Hi shweta:
I suggest you take a look at the ftp server task (rtcs/source/apps), it allows multiple clients to connect with one ftp server.
When a clinet connects to the server, the server task creates a child task to handle communications with the accepted socket, so a memory for the child task's stack is needed. There is one child task for each connected client.
Regards
Daniel