Add FSQUERY constant

bug/bundler_fix
William Vu 2015-02-25 17:00:27 -06:00
parent af5e0ec0d6
commit 1f981dd336
1 changed files with 1 additions and 0 deletions

View File

@ -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"