From 02ea7a02820881508b9e4e2da708b08ecf970032 Mon Sep 17 00:00:00 2001 From: William Vu Date: Wed, 25 Feb 2015 14:36:48 -0600 Subject: [PATCH] Add FSDOWNLOAD constant --- lib/rex/proto/pjl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rex/proto/pjl.rb b/lib/rex/proto/pjl.rb index 172cb42dca..7e73a9f6d0 100644 --- a/lib/rex/proto/pjl.rb +++ b/lib/rex/proto/pjl.rb @@ -27,5 +27,6 @@ module Rex::Proto::PJL FSINIT = "#{PREFIX} FSINIT" FSDIRLIST = "#{PREFIX} FSDIRLIST" FSUPLOAD = "#{PREFIX} FSUPLOAD" + FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD" end