Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 11:58:34 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Gilles <gilles.ganault@free.fr>
Subject:   Re: FTP server behind firewall?
Message-ID:  <200804171158.34649.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <uidd04l3l76f1gd2bt1f9eq2gcojuctcgp@4ax.com>
References:  <hq9d04lrm3bocphdo0msfnh5pnfved0ar2@4ax.com> <4806B0A0.7000902@radel.com> <uidd04l3l76f1gd2bt1f9eq2gcojuctcgp@4ax.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804171158.34649.fbsd.questions>