From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 09:58:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC9311065671 for ; Thu, 17 Apr 2008 09:58:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B041E8FC32 for ; Thu, 17 Apr 2008 09:58:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 1401F1CD60; Thu, 17 Apr 2008 01:58:36 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 17 Apr 2008 11:58:34 +0200 User-Agent: KMail/1.9.7 References: <4806B0A0.7000902@radel.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804171158.34649.fbsd.questions@rachie.is-a-geek.net> Cc: Gilles Subject: Re: FTP server behind firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 09:58:38 -0000 On Thursday 17 April 2008 04:32:41 Gilles wrote: > Actually, we don't necessarily need an FTP. Whatever solution to send > files is fine, provided I can add this feature in a VB Classic client > application. Depends a bit on the max filesize and number of files. You can do a HTTP POST request, using a simple upload script (numerous examples of those to be found on the web). Of course, the traffic for that is larger since it will be base64 encoded. On the plus side, you don't need local user accounts on the ftp server, while still having full control over where the files end up. This can get tedious if you have multiple small files, or filesizes in the order >100M. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.