--- In "Anouk Ahamitet" <> wrote:
>
> I'm curious why it takes eclipse several MINUTES to transfer a fairly
> small file (about 1.6M) from Windows to the TS-7800 over a 1Gb
> network. When I use the ftp client on the 7800 to grab the file from
> the FileZilla server running on the windows box, it takes only a few
> seconds (that includes logging in and typing the commands). But it
> literally takes /minutes/ for eclipse to go the other way.
>
> It appears that the ftp server on the 7800 just takes a silly amount
> of time to send the initial connect response (or it just fails the
> connection entirely and eclipse is falling back to some other
> protocol, scp perhaps?). I cannot test connecting from the Windows
> ftp client, because all I ever get is:
>
> C:\Documents and Settings\anouk>ftp 192.168.0.50
> Connected to 192.168.0.50.
> Connection closed by remote host.
>
> 30-60 seconds pass between the 'connected' and 'closed' lines.
>
> I also connected from an Ubuntu machine on the same network, and it
> took three minutes (I timed it twice) to get the 220 banner and 'Name'
> prompt from the TS-7800's server.
>
> Nothing else is running on the 7800, top shows it is 99.3% idle (with
> top, init and the terminal taking all of the 0.7% in use).
>
> FWIW, it also takes telnet much longer than expected to activate and
> prompt for user name.
>
I experienced a similar issue. The problem is that wu-ftpd is trying
to do dns lookups on the connecting ip address. If you don't have dns
setup correctly, then you get a long connect time (~30-40 sec).
To fix this issue, you can simply comment out the nameserver in
/etc/resolv.conf
This will default all dns lookups to the localhost, and will reduce
the delay to about 3 seconds.
If you want to get rid of the delay completely, you need to recompile
wu-ftpd with the following options: --disable-dnsretry --disable-dns
--Rob
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|