Add FSDELETE constant
parent
90d179e56f
commit
a096a17e21
|
@ -28,5 +28,6 @@ module Rex::Proto::PJL
|
|||
FSDIRLIST = "#{PREFIX} FSDIRLIST"
|
||||
FSUPLOAD = "#{PREFIX} FSUPLOAD"
|
||||
FSDOWNLOAD = "#{PREFIX} FSDOWNLOAD"
|
||||
FSDELETE = "#{PREFIX} FSDELETE"
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue