Re: how to see ftp server requests in fiddler?

6,623 views
Skip to first unread message

EricLaw

unread,
Feb 4, 2013, 12:52:15 PM2/4/13
to httpf...@googlegroups.com
Inside Fiddler, you can choose Tools > Fiddler Options > Connections. Check the Capture FTP requests checkbox. Restart Fiddler. You may need to set the .Proxy property of your FTPWebRequest to point at 127.0.0.1:8888 if it isn't picked up automatically.
 
Having said that, depending on your configuration, this may not be helpful. For something as simple as debugging a single FTP request from a .NET client, your best bet is probably to enable System.NET logging. See http://msdn.microsoft.com/en-us/library/ty48b824.aspx
 
 
 
 
Reply all
Reply to author
Forward
0 new messages