If I am not mistaken...

You could write a script that uses PHP to look at the database, create a 
file, and download it to the browser over an HTTPS connection (128 bit 
ssl).  You would need some sound security protecting access to the download 
page.  You could use the same script to accept a file upload from a browser 
over a HTTPS connection.  I have used a scheme like this to transmit order 
data (including credit cards) from a MySQL database to a Visual FoxPro 
Application for Windows 98.

Hope it helps,

Jason Garber







At 01:43 AM 8/23/2001 -0700, you wrote:
>On Thu, Aug 23, 2001 at 08:25:56AM +0100, Elizabeth Alderton wrote:
> > Dear Chris
> >
> > I'm sorry to be really ignorant, but what is VPN?  Any suggestions
> > are welcome!
>
>Virtual Private Network.
>
>What he's getting at is that you could try and setup a secure
>(encrypted) tunnel of some sort between your client and server.  Some
>folks do this using SSH or stunnel.  MySQL 4.0 will have SSL support,
>making it easier to do that sort of thing.
>
>Jeremy
>--
>Jeremy D. Zawodny, <[EMAIL PROTECTED]>
>Technical Yahoo - Yahoo Finance
>Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
>
>MySQL 3.23.41-max: up 6 days, processed 77,795,000 queries (148/sec. avg)
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to