
Quote: Originally Posted by
digitsix
I run this software called notepad++ to do all my code editing in, and I use the FTP_synchronize plugin to work with remote files. On this computer and this computer only, (and it does work fine on my other Windows 7 machines (i have 3)), it only downloads partial files yet reports success, it also cannot fully download large directory lists. Its very strange...
Anyway, the packet capture fix seemed to be a fluke because its back to doing it again, even if the packets are being captured. I still havent figured out what the problem is though

You really don't want to be in a situation where capturing packets completely alters the outcome. Those can be
very nasty problems to understand
Given you can now repro while capturing, what does the capture tell you? Can you see which side is truncating the large directory lists, and similar?
If you can't get any answers from the trace, try doing all this in [safe mode + net]. If that works, the most likely culprit is an anti-virus or firewall driver which is buggy. The reason you don't see its activities in the trace is because it occupies the same "NDIS intermediate" level as the packet sniffer driver - WinPCap in this case.