I'm using wget under cygwin to download files to a USB flash drive, and the transfers are going extremely slow relative to the speeds I see when I perform the same download under windows. Does anyone know why this could be?
I even tried using wget for windows and the same transfer still runs at about 10x the transfer rate compared to wget under cygwin. Is there something I'm missing here? I don't have a speed limit set for wget.
To summarize:
wget for cygwin, saving ~20MB file to USB flash drive: 186 KB/s
wget for cygwin, saving same ~20MB file to HD : 1.53 MB/s
wget for windows, saving same ~20MB file to USB flash drive: 340 KB/s
wget for windows, saving same ~20MB file to HD : 2.2 MB/s
downloading same ~20MB file to USB flash drive using "save as" link from IE9: 2.5 MB/s
Why does wget take such a huge hit when saving files to USB? Even wget for windows seems to be affected.
I even tried using wget for windows and the same transfer still runs at about 10x the transfer rate compared to wget under cygwin. Is there something I'm missing here? I don't have a speed limit set for wget.
To summarize:
wget for cygwin, saving ~20MB file to USB flash drive: 186 KB/s
wget for cygwin, saving same ~20MB file to HD : 1.53 MB/s
wget for windows, saving same ~20MB file to USB flash drive: 340 KB/s
wget for windows, saving same ~20MB file to HD : 2.2 MB/s
downloading same ~20MB file to USB flash drive using "save as" link from IE9: 2.5 MB/s
Why does wget take such a huge hit when saving files to USB? Even wget for windows seems to be affected.