Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: How to download from leeware?

  1. #21
    0sec's Avatar n00b BT Rep: +5
    Join Date
    Jul 2006
    Posts
    211
    hi GreekMember,
    try "service vsftpd start" if you doesnt got it working yet..

    @naq
    what will bring me disableing selinux?

  2. BitTorrent   -   #22
    Bunny Hopper BT Rep: +18BT Rep +18BT Rep +18BT Rep +18
    Join Date
    May 2007
    Posts
    177
    http://www.die.net/doc/linux/man/man...selinux.8.html

    You can set selinux to allow ftp connections... but the default fedora install didn't include the tools to do it. So I just turned it off, and ftp worked fine after that.

    Also I forgot, with vsftpd, you can't login as root by default. It's not very safe to do so, but here is how:

    vim /etc/vsftpd/ftpusers
    remove 'root' from the file, save and quit
    vim /etc/vsftpd/user_list
    remove 'root' from the file, save and quit

    then restart vsftpd: /etc/init.d/vsftpd restart

  3. BitTorrent   -   #23
    0sec's Avatar n00b BT Rep: +5
    Join Date
    Jul 2006
    Posts
    211
    Quote Originally Posted by naq View Post
    http://www.die.net/doc/linux/man/man...selinux.8.html

    You can set selinux to allow ftp connections... but the default fedora install didn't include the tools to do it. So I just turned it off, and ftp worked fine after that.

    Also I forgot, with vsftpd, you can't login as root by default. It's not very safe to do so, but here is how:

    vim /etc/vsftpd/ftpusers
    remove 'root' from the file, save and quit
    vim /etc/vsftpd/user_list
    remove 'root' from the file, save and quit

    then restart vsftpd: /etc/init.d/vsftpd restart
    thanks for the info, but i got it working without disableing the selinux.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •