Wellll....
I don't understand.
Why do you need Coldfusion for this?
For the client PCs..I think it would be much better to send the files via
that same C++ client using FTP?

And won't it be a lot easier to implement a log file transfer using a small
C++ program running as a service under NT?

Alternately you would have to use CFFTP to send the files from the
production to the development server, and Schedule a task in the CF
Administrator.
There are also tags that will Zip the files for you via CF.

Sorry I couldn't be more help.

-Gel


-----Original Message-----
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

Please someone help out.

----- Original Message -----
From: "Michael Lugassy" <[EMAIL PROTECTED]>

> We devloped a client program (in visual c++) that stores
> log files for usage in the client and its features.
>
> I need the best way to deliver those small log files (no more then 2Kb for
a full week of usage) to our CF production server and then, to zip those
files and send them daily
> to our development server.
>
> I will definitly manage the 2 tasks of zipping and transferring
> the log files but what is the best way to create/get them
> from the client? I though about 2 alternatives:
>
> 1. open a ftp connection to upload the file weekly by each client.
>
> 2. send the file in http (using WDDX/URL/FORMFIELD)
> and create a copy of the file locally on the server.
>
> the two solutions are not sclable enough, any help would be appriciated!
>
>
> Thanks,
>
> Michael Lugassy
> Interactive Music Ltd
> http://www.imvamp.com
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to