i used these settings:
public static void StartupFiddlerCore()
{
// Build startup settings:
var settings = new FiddlerCoreStartupSettingsBuilder()
//.CaptureLocalhostTraffic()
.MonitorAllConnections()
.CaptureFTP()
.DecryptSSL()
.RegisterAsSystemProxy()
.OptimizeThreadPool()
.Build();
FiddlerApplication.Startup(settings);
//FiddlerApplication.oProxy.Attach();
}
when i use WinSCP and use the fiddlerCore's ftp proxy to connect ftp server, the fiddlerCore's ftp proxy did net capture the ftp traffic.
the picture is winscp's proxy setting.