| Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | About BLU |
you may have to edit a config file. On my Red Hat 7.1 installation i needed to edit /etc/xinetd.d/wu-ftpd. and change
disable = yes
to
disable = no
once you have done that run
/etc/rc.d/init.d/xinetd stop
/etc/rc.d/init.d/xinetd start
(perhaps just /etc/rc.d/init.d/xinetd restart will also work).
--brad
On Wed, Nov 07, 2001 at 07:01:37PM -0500, NAI wrote:
> Hi all,
> I have RedHat 7.1 installed on my pc.
> When I installed the package, I did select the FTP package.
> However, when I tried to FTP from other pc to my linux pc,
> I was unable to connect. I already create a User.
> Can anyone help ?
>
> Thanks in advance.
>
> Steve