Not necessarily either although there are tons of ftp libraries out there
that could be implemented into the program very easily. A raw tcp or udp
connect on whatever port you want would work. You would have to write the
server side app that received the file, then write it to the hard drive.
I think if I was doing this, I'd code the ftp capabilities into the client
and just make the program upload it's log file, if only in the interest of
time savings, and programming an industrial size server side daemon in java
is not something a can do yet ;-)

jon

----- Original Message -----
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 12:57 PM
Subject: Re: Transferring 1-3Kb data


> I'm glad you checked out our product. :)
> But what is exactly this connection to the host?
> is it via FTP or HTTP?
>
> How is this done with visual c++?
>
> ----- Original Message -----
> From: "Jon Hall" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 17, 2001 5:34 PM
> Subject: Re: Transferring 1-3Kb data
>
>
> > With a couple of hundred users simultaneously, I dont think this is a
job
> > for CF, unless it's just processing the files after they have been
> uploaded.
> > I think this functionality needs to be built into your application. The
> > application needs to open a connection to the host which is listening
for
> > your clients Upload the file, then disconnect. Easier than writing an
mp3
> > decoder... At least in java it would be...
> >
> > jon
> > ----- Original Message -----
> > From: "Michael Lugassy" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 17, 2001 11:24 AM
> > Subject: Re: Transferring 1-3Kb data
> >
> >
> > > Yes. we anticipate hunderds of users simulatniosly.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Dave f" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, April 17, 2001 4:04 PM
> > > Subject: Re: Transferring 1-3Kb data
> > >
> > >
> > > > Just a thought;
> > > >     why not send log data to the server (formfields/database) to
begin
> > > with.
> > > > amount of data is so trivial scalability shouldn't be a problem.
> (Unless
> > > > I've totally misunderstood the problem, and you have hundreds of
> > > concurrent
> > > > users)
> > > >         Dave
> > > >
> > > > ----- Original Message -----
> > > > From: "Michael Lugassy" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, April 17, 2001 10:29 AM
> > > > Subject: Re: Transferring 1-3Kb data
> > > >
> > > >
> > > > > I don't know.. CFFILE?
> > > > > If there is no other way... :(
> > > > >
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "JustinMacCarthy" <[EMAIL PROTECTED]>
> > > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > > Sent: Tuesday, April 17, 2001 3:06 PM
> > > > > Subject: RE: Transferring 1-3Kb data
> > > > >
> > > > >
> > > > > >
> > > > > > >>> 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 scalable enough, any help would be
> > > > > > appriciated!
> > > > > > >>>
> > > > > >
> > > > > >
> > > > > > Why is this not scalable ?
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to