heisantosh / qrshare

Share files with a right click
GNU General Public License v3.0
15 stars 2 forks source link

Soup pot: placeholder for ideas #20

Open heisantosh opened 6 years ago

heisantosh commented 6 years ago

This issue thread is a placeholder for random ideas about this app :)

heisantosh commented 6 years ago
heisantosh commented 6 years ago

Flow of downloading

routes

Currently serving starts at the / , to separate the functionalities it would be better to provide under separate routes

/files - browsing files and folders /text - text /download - download files and folders as zip

e.g.

192.168.5.101:48922/files 192.168.5.101:48922/text 192.168.5.101:48922/download

heisantosh commented 6 years ago

Rather than implementing the multiple download feature in the browser it would be better to provide an ftp service instead.