X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/8dea0e8234db79daeb40544b4b3426d8ce76f3e5..df2735b25a21d839746be31b43edb9e348086b0a:/hotline/transaction_handlers.go?ds=sidebyside diff --git a/hotline/transaction_handlers.go b/hotline/transaction_handlers.go index 0812f9a..ba90a56 100644 --- a/hotline/transaction_handlers.go +++ b/hotline/transaction_handlers.go @@ -1263,7 +1263,7 @@ func HandleDownloadFolder(cc *ClientConn, t *Transaction) (res []Transaction, er // Fields used in the request // 201 File name // 202 File path -// 108 Transfer size Total size of all items in the folder +// 108 transfer size Total size of all items in the folder // 220 Folder item count // 204 File transfer options "Optional Currently set to 1" (TODO: ??) func HandleUploadFolder(cc *ClientConn, t *Transaction) (res []Transaction, err error) {