stewartmcgown / uds

📀 Unlimited Google Drive Storage by splitting binary files into base64
GNU Affero General Public License v3.0
4.35k stars 278 forks source link

Add a working folder structure #11

Open stewartmcgown opened 5 years ago

stewartmcgown commented 5 years ago

In order to keep the files more organised, it would make sense to have files organised by folder remotely. The lister should be able to browse remote directories and return IDs to be downloaded.

Chunk Part Folders { type: "udsFile", size: int }

Chunk Part { type: "udsChunkPart", part: int }

78Alpha commented 5 years ago

Any more information on this? Like a diagram? Is this meant to put all files into a single folder of name "whatever file was"?