susmitpy / LocalFileTransfer

Allows clients to connect over local network and send/download files to/from the server
4 stars 1 forks source link

Text Input should not override existing contents #2

Open susmitpy opened 4 days ago

susmitpy commented 4 days ago

As a user, I want to submit multiple text , one at a time but currently only the latest input sent is present in the input_text.txt file. Create a separate folder for input texts and using timestamp + uuid generate unique file name for each input text. Also update the gitignore file, ignoring all the submitted input texts while overriding the ignore of the sample file to showcase the feature.