qwqdanchun / DcRat

A simple remote tool in C#.
MIT License
943 stars 332 forks source link

folder download #10

Closed qwer0123456 closed 3 years ago

qwer0123456 commented 3 years ago

Folder download is not possible

Only one file is downloaded

Suggested download function of all files in selected folder

qwqdanchun commented 3 years ago

maybe just zip the folder and download it?

or download every file in the folder?

qwer0123456 commented 3 years ago
folder

Downloading after compression is not a good method

download every file in the folder best

qwqdanchun commented 3 years ago

download every file will creat many temp socket

may cause crash

qwqdanchun commented 3 years ago

or download one by one? this is too slow

qwqdanchun commented 3 years ago

maybe can download ten by ten?

I still think zip and download is better

qwer0123456 commented 3 years ago

If need one socket one file? bad.. ok

It seems like a better way to compress and transfer to temp folder path

The reason for suggesting this is

Downloading is inconvenient if there are many folders and files in the folder.

qwqdanchun commented 3 years ago

yes,I can't know what people will do when they use the rat.

So it's better to download the zip