Re: Unable to download USB patch from ftp://ftp.etersoft.ru/pub/people/amorozov/usb

2011-01-06 Thread Qian Hong
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  wrote:

> Probably something on your end...




-- 
Regards,
Qian Hong
-
Send from Ubuntu
http://www.ubuntu.com/



Re: Unable to download USB patch from ftp://ftp.etersoft.ru/pub/people/amorozov/usb

2011-01-06 Thread Andrew Eikum

On 01/06/2011 01:22 PM, Qian Hong wrote:

Could anyone give me some tip?


Works fine for me:

[and...@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  ftp175479 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
[and...@archand ~]$

Probably something on your end...