aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_transfer.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-21 16:10:19 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-21 16:10:19 -0700
commit9067f2344057a247dab19e6ce6756cb7d560d992 (patch)
treec59612079b713581463c833ee21e5790a425c848 /hotline/file_transfer.go
parent21581958c38861f3a62ef7c27d0a8a6f4db2a1f8 (diff)
Add support for server banner
Diffstat (limited to 'hotline/file_transfer.go')
-rw-r--r--hotline/file_transfer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/file_transfer.go b/hotline/file_transfer.go
index 90dbbe6..c7c1a62 100644
--- a/hotline/file_transfer.go
+++ b/hotline/file_transfer.go
@@ -12,6 +12,7 @@ const (
FileUpload = 1
FolderDownload = 2
FolderUpload = 3
+ bannerDownload = 4
)
type FileTransfer struct {