brightio / penelope

Penelope Shell Handler
GNU General Public License v3.0
677 stars 93 forks source link

can this work as python http.server? #25

Closed DaddyBigFish closed 1 month ago

DaddyBigFish commented 3 months ago

I want to use this to upload files without the shell is that possible?

brightio commented 3 months ago

This is already in the roadmap. I will connect the commit with this Issue once it's ready.

brightio commented 1 month ago

Hi @DaddyBigFish,

Here is the commit that adds this feature: 3ee383f

You can use it like ./penelope.py -s to serve the current directory or like ./penelope.py -s /etc /tmp /etc/issue to serve multiple files and directories. You can use also the -p and -i switches for port and interface respectively.

Please have a look and tell me if you find any issues.

Thank you

DaddyBigFish commented 1 month ago

Awesome nice addition man!