Add FSQUERY constant
parent
af5e0ec0d6
commit
1f981dd336
|
@ -25,6 +25,7 @@ module Rex::Proto::PJL
|
|||
RDYMSG = "#{PREFIX} RDYMSG"
|
||||
|
||||
FSINIT = "#{PREFIX} FSINIT"
|
||||
FSQUERY = "#{PREFIX} FSQUERY"
|
||||
FSDIRLIST = "#{PREFIX} FSDIRLIST"
|
||||
FSUPLOAD = "#{PREFIX} FSUPLOAD"
|
||||
FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD"
|
||||
|
|
Loading…
Reference in New Issue