diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-06 16:46:45 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-06 16:46:45 -0700 |
| commit | df2735b25a21d839746be31b43edb9e348086b0a (patch) | |
| tree | 7aaa5672d8aede4830bae006ac743b0de413b2f4 /hotline/transaction_handlers.go | |
| parent | 8dea0e8234db79daeb40544b4b3426d8ce76f3e5 (diff) | |
Minor cleanup of transfer
Diffstat (limited to 'hotline/transaction_handlers.go')
| -rw-r--r-- | hotline/transaction_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |