diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-28 11:12:00 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-28 11:12:00 -0700 |
| commit | decc2fbf5db4a05aec93462ad35d890930bddd04 (patch) | |
| tree | 28b15b1cb67eb298657c918faf1a3324bf6da424 /hotline/transaction.go | |
| parent | 7f12122f861fab4f4d0e3972ca0e66ff8becae19 (diff) | |
Implement Make Alias transaction
Diffstat (limited to 'hotline/transaction.go')
| -rw-r--r-- | hotline/transaction.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hotline/transaction.go b/hotline/transaction.go index 835d194..2994785 100644 --- a/hotline/transaction.go +++ b/hotline/transaction.go @@ -40,8 +40,8 @@ const ( tranGetFileInfo = 206 tranSetFileInfo = 207 tranMoveFile = 208 - // tranMakeFileAlias = 209 TODO: implement file alias command - tranDownloadFldr = 210 + tranMakeFileAlias = 209 // TODO: implement file alias command + tranDownloadFldr = 210 // tranDownloadInfo = 211 TODO: implement file transfer queue // tranDownloadBanner = 212 TODO: figure out what this is used for tranUploadFldr = 213 |