opencodenitr / hephaestus

A repository for small automation/crazy/game projects by the OpenCode
Apache License 2.0
6 stars 9 forks source link

Sharing files remotely #42

Open 007vedant opened 3 years ago

007vedant commented 3 years ago

add functions to send and receive files through socket connection

bjuspi commented 3 years ago

Why do you want the functionality to be able to share files remotely ? Where do you want to share the files to ? What kind of files do you want to share ?

007vedant commented 3 years ago

@bjuspi I'll be adding a function to enable sharing files via the socket created. It is just for learning purpose like small pngs, .txt files. Currently when a client connects to the server, navigation through the clients directory is possible. I hope to share files in the navigated directory. Not sure thou, will try out

bjuspi commented 3 years ago

Seems interesting, would be a great learning experience for me as well