Add FSDOWNLOAD constant

bug/bundler_fix
William Vu 2015-02-25 14:36:48 -06:00
parent 3cf94740e6
commit 02ea7a0282
1 changed files with 1 additions and 0 deletions

View File

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