Hi

In our application we use Apache Commons Net FTP client to send files to
the server. One of our clients indicated us that during the connection our
client performs the command FTP.Command.Site.Overflow. According to
https://fortiguard.com/encyclopedia/ips/12624 this command is dangerous.

I added ProtocolCommandListener to see the commands that are executed
during the connection and, additionally, I looked into the source code and
found nothing to indicate that the command is being executed. Does the
FTPClient actually execute this command? If so, is it possible to disable
its execution somehow?

Thanks
Marcin

Reply via email to