What are the commands that are supported in the net_connect probe for FTP service?
Here are few commands which probe supports : USER <user>, PASS <pass>, STAT, CWD, STOR <filename>, RETR <filename>, QUIT, LIST, PWD, SYST
Please review the below link for more information about the commands
http://www.faqs.org/rfcs/rfc959.html
We can also run HELP command through the probe as below to find the list of commands that the probe supports.
We can also enter HELP <command name> to get more information about that command like below: