Hi, is there a way to get the FTP Welcome banner (not the welcome message, but the banner)? What I'm trying to do is to discover several AXIS security cameras over a network using FTP. When I try to FTP into a camera using cmd.exe, the camera answers like:
C:\>ftp <ip address of camera>
Connected to <ip address of camera>
220 Axis 2100 Network Camera 2.12 Feb 05 2001 ready. <-------
User (<ip address of camera>:(none)):
What I'm trying to get is just the "220 Axis 2100..." part. I already tried sending the ftp command to a cmd and read the StandardOutput, however this doesn't helped, it just skipped that part, like if it wasn't actually part of the cmd process :(.
Is there a way of getting the "220 Axis 2100..." part!?
Thank you very very much for your help!