From owner-freebsd-stable@FreeBSD.ORG Fri Jan 6 15:22:27 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 075F3106564A for ; Fri, 6 Jan 2012 15:22:27 +0000 (UTC) (envelope-from dmagda@ee.ryerson.ca) Received: from eccles.ee.ryerson.ca (ee.ryerson.ca [141.117.1.2]) by mx1.freebsd.org (Postfix) with ESMTP id B4DFC8FC12 for ; Fri, 6 Jan 2012 15:22:26 +0000 (UTC) Received: from webmail.ee.ryerson.ca (eccles [172.16.1.2]) by eccles.ee.ryerson.ca (8.14.4/8.14.4) with ESMTP id q06Emq3q031174; Fri, 6 Jan 2012 09:48:52 -0500 (EST) (envelope-from dmagda@ee.ryerson.ca) Received: from 206.108.127.2 (SquirrelMail authenticated user dmagda) by webmail.ee.ryerson.ca with HTTP; Fri, 6 Jan 2012 09:48:52 -0500 Message-ID: <00da1657ca8d3a9e26d1f1ed851a2969.squirrel@webmail.ee.ryerson.ca> In-Reply-To: <3FC253955232794A901643A205013D3617B6F15C@exmb2.stk.pacific.edu> References: <4F059BEA.3000508@denninger.net> <4F05A7D5.8000403@infracaninophile.co.uk> <4F05AF28.5010900@denninger.net> <3FC253955232794A901643A205013D3617B6F15C@exmb2.stk.pacific.edu> Date: Fri, 6 Jan 2012 09:48:52 -0500 From: "David Magda" To: "Malcolm Waltz" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "freebsd-stable@freebsd.org" Subject: RE: FTPS Server? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 15:22:27 -0000 On Thu, January 5, 2012 14:28, Malcolm Waltz wrote: > I've included a working vsftpd.conf below for FTPES. For what you are > doing, you may not need all of these parameters. The pasv_ parameters are > mostly only necessary if you need to serve data through a NAT/firewall. > The pasv_min_port and pasv_max_port will effect how many simultaneous > connections can be supported by the server. You may have to try various > permutations depending on how EyeFi has implemented their client. If you > Google vsftpd.conf, you will probably find various sets of instructions > for how to set it up for your needs. It helps if you know exactly what > the client is expecting. There are a number of variations on the > standard. vsftpd can handle all of them I believe. Also tools like > tcpdump, wireshark, netstat and lsof are your friends here. [...] Are/Were there any special settings that needed on your firewall/router/NAT box?