For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Marvin's avatar
Marvin
Icon for Cirrocumulus rankCirrocumulus
Apr 09, 2021

external FTP monitor via explicit FTP proxy

Dear all,

I have a couple of forward proxy servers load balanced behind the F5 and we are wondering how to monitor the FTP proxy services, so basically we are looking for a way to send a FTP command via an external explicit FTP proxy just like we do with http curl command for web services (see below). Does someone have a solution to monitor FTP via explicit proxy?

curl -k -v ${URI} --proxy ${IP}:${PORT} --http1.1  2>&1 | grep -i "${RECV}"
No RepliesBe the first to reply