Add file type info detection

This commit is contained in:
2022-01-14 10:06:55 +10:30
parent 1779291586
commit dfe99f4ddb
4 changed files with 24 additions and 20 deletions

View File

@@ -188,6 +188,7 @@ type PacketStart struct {
type PacketSendDataStart struct {
Filename string
TotalSize uint32
Kind string
}
type PacketSendDataNext struct {