Re: Problem with FTP

2003-07-02 Thread Pablo Rodriguez Gonzalez
Hi Ed, The problem is not the hub, because before, another laptop con Slackware, the NIC was in full duplex too. But I tried you said me, put the laptop NIC in half duplex forcing it. [EMAIL PROTECTED] root]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0B:DB:95:4F:0E inet addr:1

Re: Problem with FTP

2003-07-02 Thread Ed Wilts
On Wed, Jul 02, 2003 at 02:09:58PM +0200, Pablo Rodriguez Gonzalez wrote: > Hi Ed and others, > > First, thanks for your fast response. Youre faster than my LAN ;-) > > Ive a hub, not swith, but its running at full duplex. All the NICs > -laptop and desktop PC, desktop PC runs fine- is running at

Re: Problem with FTP

2003-07-02 Thread Pablo Rodriguez Gonzalez
Hi Ed and others, First, thanks for your fast response. Youre faster than my LAN ;-) Ive a hub, not swith, but its running at full duplex. All the NICs -laptop and desktop PC, desktop PC runs fine- is running at full duplex too. [EMAIL PROTECTED] root]# ifconfig eth0 Link encap:Ethernet

Re: Problem with FTP

2003-07-02 Thread Ed Wilts
On Wed, Jul 02, 2003 at 01:10:58PM +0200, Pablo Rodriguez Gonzalez wrote: > If Im the client with my laptop, getting archives by FTP of the > server, the speed is always, always, around 170 kb/sc :-( > > If Im the server, the client machine get the archives from my laptop, > always around 170 kb/s

Problem with FTP

2003-07-02 Thread Pablo Rodriguez Gonzalez
Hi guys, Recently, I bought a new laptop Inspiron 8500, and installed my first Red Hat. All the things runs properly, but the FTP. But more extrange, the FTP client and the server!!! Ive got in my private LAN, three machines. The server, my laptop and another. If Im the client with my laptop,

Re: problem with ftp server

2002-04-03 Thread Nitebirdz
On Mon, Apr 01, 2002 at 01:22:31PM -0500, Jianping Zhu wrote: > > I have linux redhat 7.1 Server with a ftp server in it . and I have a user > usr1 and home dirctory /home/usr1 > for usr1. usr1 tried to ftp a directory say mydir to /home/usr1. But > after usr1 login into the server. he wanted to

problem with ftp server

2002-04-01 Thread Jianping Zhu
I have linux redhat 7.1 Server with a ftp server in it . and I have a user usr1 and home dirctory /home/usr1 for usr1. usr1 tried to ftp a directory say mydir to /home/usr1. But after usr1 login into the server. he wanted to access mydir, he got error message " Permission denied". The dictory my

problem with ftp

2000-10-20 Thread listmail
I have been having trouble with getting windows clients (not macs or linux connecting with my server) the errors in my messages log are as follows Oct 20 19:11:16 iondesign inetd[14442]: linuxconf/tcp: bind: Address already in use Oct 20 19:11:16 iondesign inetd[14442]: imap/tcp: bind: Ad

Problem with FTP uploads ..

2000-06-20 Thread Anurag Jalan
Hi all, I have scanned the archives but couldn't find a solution . A word about my setup. 8 Win98s on a 192.168.1.x network 1 Redhat 6.2 box with 2 NICS .. 192.168.1.254 & 192.168.32.254 ( Intranet Server & Router ) 1 SuSe 6.4 box .. 192.168.32.1 & ISDN TA gateway ... ( Firewall ) Masquerading

Re: umask problem with ftp

1998-04-09 Thread Rick L. Mantooth
Mairi, 2 ways. 1) Have user issue "umask 022" EVERY time she/he ftps' in! :( or 2) Change the line in /etc/inetd.conf: ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a to ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a -u 022 and then "kill -HUP ($pid of inetd)" This (

umask problem with ftp

1998-04-09 Thread Mairi Maloney
Can someone tell me where I need to configure a user's umask for ftp access. I have set the default umask to be 002 in the /etc/profile file as well as set the umask in her .bash_profile file. If she logs on at the console or thru telnet, files are created in the proper mode. However, when she log