How to monitor FTP traffic?

My FTP client is connected to a remote server and displays upload traffic. But I can't see this traffic anywhere: both Fiddler and Ressourcemonitor don't display any FTP connection and traffic.

How can I see FTP traffic with monitoring tools?

4

1 Answer

Running Wireshark with the ftp || ftp-data filter shows the Request/Response traffic to/from the FTP server

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like