Question
How to troubleshoot an FTP\SFTP-related issue in FlexiCapture 12?
Answer
- Consider using Wireshark to capture the traffic and analyze the response from the server.
- Reproduce the issue in FlexiCapture 12 while capturing Wireshark logs.
- Find the failed requests and analyze their response codes.
- Eliminate the problem and perform another attempt to use FTP\SFTP with turned-on Wireshark.
Comments
2 comments
Nikita Shevchenko
Here is a follow-up that explains how exactly Wireshark logs can be analyzed. It is more convenient to use the FTP server logs, as they are more user-friendly:
Try to locate the command with the FIN flag or write down the flags and data from each request:
Nikita Shevchenko
Here is an example of a successful delete command; it should be followed by a TCP Dup ACK. If this is missing, then the server does not permit the operation
Also, you can use Analyze > Follow TCP from the top menu.
Please sign in to leave a comment.