Add FSDOWNLOAD constant
parent
3cf94740e6
commit
02ea7a0282
|
@ -27,5 +27,6 @@ module Rex::Proto::PJL
|
|||
FSINIT = "#{PREFIX} FSINIT"
|
||||
FSDIRLIST = "#{PREFIX} FSDIRLIST"
|
||||
FSUPLOAD = "#{PREFIX} FSUPLOAD"
|
||||
FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD"
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue