ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Владимир <fmfm@symmetron.msk.ru>
To: community@altlinux.ru
Subject: Re: RTFM was: [Comm] libra-ftpd
Date: Thu, 19 Sep 2002 12:32:01 +0400
Message-ID: <3D898B81.8050705@symmetron.msk.ru> (raw)
In-Reply-To: <20020919111630.525477d7.meniluha@mailru.com>

Ilia Menchikh пишет:

>Здравствуйте!
>
>Подскажите пожалуйста, где можно найти доку по организации
>каталогов и файлов в /var/ftp и прав на них. Стоят libra-ftpd и
>anonftp. 
>
anonftp по большому счёту не нужен. Создайте своё произвольное дерево
под /var/ftp/pub/ (всякие bin, etc, lib не нужны, incoming по вкусу и 
для него
отдельный монтируемый дисковый раздел или loop файл со своими правами) 
потом
(я периодически причёсываю скриптом из cron):

# chown -R root.libra-ftpd /var/ftp
# find /var/ftp -type d -exec chmod 2770 {} \;
# find /var/ftp -type f -exec chmod 750 {} \;

>$ sudo cat /etc/xinetd.d/anonftp
># default: off
># description: Anonymous FTP server for Linux.
>service ftp
>{
>        disable         = no
>        socket_type     = stream
>        protocol        = tcp
>        wait            = no  
>        user            = root
>        server          = /usr/sbin/libra-ftpd
>        only_from       = 192.168.1.0
>        server_args     = -l au -r -u libra-ftpd -F -L
>        rlimit_as       = 16M
>}
>
>Браузеры выдают:
>Mozilla: В соединении с postserv отказано
>
>]$ ftp postserv
>Connected to postserv (192.168.1.3).
>
only_from это то, что вам нужно?
Если нужен incoming, то зачем в
server_args ключик "r"?

-- 
Best regards
Vladimir





  reply	other threads:[~2002-09-19  8:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-16 11:11 áÌÅËÓÁÎÄÒ ìÅÕÔÉÎ
2002-09-16 13:49 ` [Comm] libra-ftpd Michael Shigorin
2002-09-16 15:05 ` [Comm] libra-ftpd Sergey S. Skulachenko
2002-09-19  7:16   ` RTFM was: " Ilia Menchikh
2002-09-19  8:32     ` Владимир [this message]
2002-09-19  8:50       ` Владимир
2002-09-19  9:28         ` Ilia Menchikh
2002-09-19 13:38           ` Re[2]: " ASA
2002-09-19 14:00             ` Michael Shigorin
2002-09-20  8:00               ` Ilia Menchikh
2002-09-20 13:02               ` "Илья Брызгалов"
2002-09-23 15:09                 ` Michael Shigorin
2002-09-19  9:12       ` Ilia Menchikh
2002-09-19  9:43         ` Владимир
2002-09-19 11:19           ` Michael Shigorin
2002-09-19 10:20     ` ôÁÒÁÓ áÂÌÁÍÓËÉÊ
2002-09-19 11:18     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D898B81.8050705@symmetron.msk.ru \
    --to=fmfm@symmetron.msk.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git