X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from [10.252.6.77] (unknown [74.117.189.85]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nangel@tetrasec.net) by mail.alpinelinux.org (Postfix) with ESMTPSA id 2D751DC00C0 for ; Tue, 27 Aug 2013 11:31:28 +0000 (UTC) Message-ID: <521CD687.9040607@nothome.org> Date: Tue, 27 Aug 2013 09:40:39 -0700 From: Nathan Angelacos User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] install vsftpd (ftp Server) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 08/27/2013 09:27 AM, Mohsen Ahmadian wrote: > Hello > i am new in alpinelinux . i want ti install vsftpd (ftp server) . how to > install > i run > apk add vsftpd > i change config file but from remote i can't access to my sever > please help me > tnx > Is the service started? Other distros often automatically start the daemon when installing a new package. Alpine Linux does not automatically start services... Try: /etc/init.d/vsftpd start or if you want it to automatically start on next bootup: rc-update add vsftpd rc lbu ci --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---