Add FSDELETE constant

bug/bundler_fix
William Vu 2015-02-25 15:39:51 -06:00
parent 90d179e56f
commit a096a17e21
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ module Rex::Proto::PJL
FSDIRLIST = "#{PREFIX} FSDIRLIST" FSDIRLIST = "#{PREFIX} FSDIRLIST"
FSUPLOAD = "#{PREFIX} FSUPLOAD" FSUPLOAD = "#{PREFIX} FSUPLOAD"
FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD" FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD"
FSDELETE = "#{PREFIX} FSDELETE"
end end