Implemented zip and tar compressing and decompressing. Implemented chunked file uploading
This commit is contained in:
7
MoonlightServers.DaemonShared/Enums/CompressType.cs
Normal file
7
MoonlightServers.DaemonShared/Enums/CompressType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.DaemonShared.Enums;
|
||||
|
||||
public enum CompressType
|
||||
{
|
||||
Zip = 0,
|
||||
TarGz = 1
|
||||
}
|
||||
Reference in New Issue
Block a user