Squashed commit of the following:
commit
43bb164724cbf6d8b9774e14a5455a7126ce90ed
Author: Abhijit Pal <abhpal@cisco.com>
Date: Tue Jun 30 07:47:16 2020 -0400
Wizard: Adding FTP pattern to recognize FileZilla FTP Server so that FTP server inspector is attached to the flow (CSCvu12864)
spells =
{
{ service = 'ftp', proto = 'tcp', client_first = false,
- to_client = { '220*FTP' } },
+ to_client = { '220*FTP', '220*FileZilla' } },
{ service = 'http', proto = 'tcp', client_first = true,
to_server = http_methods, to_client = { 'HTTP/' } },