Faster uploading tweak
I did not find an alternative place to post this as this is not a bug with WinSCP but is instead a problem with the default configuration in Windows 7. Even after reading your FAQ (https://winscp.net/eng/docs/faq) and another article (https://winscp.net/eng/docs/faq_slow) my upload speed on Windows 7 was abysmally slow. As I was benchmarking my new video card one of the applications had a problem and did not finish it's run. Looking online I found that I needed to implement HPET (High Precision Event Timer) in my BIOS. I looked in there however it was already enabled. I did some research which indicates that Windows has it's own different methods and uses those by default even when HPET is enabled in the BIOS. The answer that fixed that issue is below: https://www.overclock.net/threads/high-precision-event-timer.1334719/ The key things to know are in the article however this cuts to the chase:
- Enable HPET in BIOS. If you have HPET option in BIOS then your hardware can support HPET.
- Enable HPET in Windows by giving this command in admin credential CMD:
bcdedit /set useplatformclock true
- Reboot