Dear All, While trying usb device in wine, I follow this page : http://wiki.winehq.org/USB , The Official Wine Wiki.
It says, "Some functions used by USB drivers are implemented on top of libusb-0.1/1.0 by Alexander Morozov from Etersoft (amorozov@etersoft.ru). Now only some USB software protection tokens are working. Patches: ftp://ftp.etersoft.ru/pub/people/amorozov/usb"
But I can't connect to ftp.etersoft.ru , ping ftp.etersoft.ru : PING updates.etersoft.ru (212.176.200.18) 56(84) bytes of data. 64 bytes from legirus.ru (212.176.200.18): icmp_req=1 ttl=40 time=371 ms 64 bytes from legirus.ru (212.176.200.18): icmp_req=2 ttl=40 time=371 ms 64 bytes from legirus.ru (212.176.200.18): icmp_req=3 ttl=40 time=371 ms
Port 21 is open.
Could anyone give me some tip?
Thanks!
On 01/06/2011 01:22 PM, Qian Hong wrote:
Could anyone give me some tip?
Works fine for me:
[andrew@archand ~]$ ftp ftp> open ftp.etersoft.ru Name (updates.etersoft.ru:andrew): anonymous Password: ftp> cd pub/people/amorozov/usb/current ftp> ls -rw-r--r-- 1 ftp ftp 175479 Dec 26 20:43 0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt -rw-r--r-- 1 ftp ftp 92818 Dec 26 20:43 0002-Re-generate-some-files.txt ftp> get 0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt ftp> get 0002-Re-generate-some-files.txt ftp> quit [andrew@archand ~]$
Probably something on your end...
Sorry for that, I should have tryed ftp command rather than just open the url in browser. I found it works well with both ftp and firefox, but doesn't work in chrome/chromium, maybe a chrome relate bug. Thanks Andrew Eikum very much , thank you for your time!
Best wishes.
On Fri, Jan 7, 2011 at 3:39 AM, Andrew Eikum aeikum@codeweavers.com wrote:
Probably something on your end...