Thank you Mark.
Thomas
On 6/29/05, Mark Davis <kabukiman at internode dot on dot net> wrote:
>
> Sorry Tommy, at the moment I am at work so cant provide examples, but you
> could try looking at examples and such for the following:
>
> http://www.rbgarage.com/rbg/index.php?go=category&cid=75
>
> And ftp in particular:
> http://www.boisseau.co.uk/code/
> http://www.pyramiddesign.us/ftpsuite/
>
> Provide a form with fields for server address, and location if necessary
> such as
> Server address: www.example.com <http://www.example.com> (or ip address)
> Location relative to above: uploads
> Depending on what protocol you choose (http/ftp/other) allow people to
> specify login details (username and password) and choose a different port
> (all as textboxes).
>
> This is to an extent regardless of what 'format' your results are in, this
> is only to with moving data from one spot to another over the network
> (binary data v text is pertinent for ftp though).
>
> - Mark
>
>
> On 30/6/05 10:44 AM, "Tommy Single" <thsingle4 at gmail dot com> wrote:
>
> > I'm not following. Any example code?
> > Tommy
> >
> > On 6/29/05, Mark Davis <kabukiman at internode dot on dot net> wrote:
> >>
> >> What protocol & service will be handling things on the webserver? Can't
> >> you
> >> use the RB networking library or 3rd party objects to upload files
> using
> >> either ftp or http 'put' ? I assume the RB reference and assorted
> guides
> >> provide the details for using the included http object and networking
> >> library.
> >>
> >> Something like:
> >> Store results as string in memory, or read in a file, or get from
> >> database.
> >> Open a socket and establish a connection using appropriate port
> >> Stream the data across using the appropriate protocol (http/ftp/other)
> >> Close stream, close socket, hence closing connection.
> >>
> >> Ask for server address, protocol and port (with defaults) in your
> >> preferences/options or somewhere, else prompt the person just before
> doing
> >> it.
> >>
> >> - Mark
> >>
> >> On 30/6/05 10:04 AM, "Tommy Single" <thsingle4 at gmail dot com> wrote:
> >>
> >>> O, ok. They are three kinds. Strings, textfields, and equation
> results.
> >>> Although, the information is going to be stored in a file somewhere,
> >> most
> >>> likely a text file. Or I might store the information in a database. I
> >> havn't
> >>> decided.
> >>> Tommy
> >>>
> >>> On 6/29/05, Troy Rollins <troy at rpsystems dot net> wrote:
> >>>>
> >>>>
> >>>> On Jun 29, 2005, at 7:50 PM, Tommy Single wrote:
> >>>>
> >>>>> I would like for the user of my application to be able to export the
> >>>>> results
> >>>>> as an html file to a server. How do you do this and how can I allow
> >>>>> the user
> >>>>> to specify the server information?
> >>>>
> >>>> It might help to know what form "the results" are in to begin with.
> >>>> Strings? Textfields? Styled text fields? Algebraic equations? 3D
> >>>> Models? Pictures?
> >>>>
> >>>> --
> >>>> Troy
> >>>> RPSystems, Ltd.
> >>>> http://www.rpsystems.net
> >>>>
> >>>> _______________________________________________
> >>>> Unsubscribe or switch delivery mode:
> >>>> <http://www.realsoftware.com/support/listmanager/>
> >>>>
> >>>> Search the archives of this list here:
> >>>> <http://support.realsoftware.com/listarchives/lists.html>
> >>>>
> >>> _______________________________________________
> >>> Unsubscribe or switch delivery mode:
> >>> <http://www.realsoftware.com/support/listmanager/>
> >>>
> >>> Search the archives of this list here:
> >>> <http://support.realsoftware.com/listarchives/lists.html>
> >>
> >>
> >> _______________________________________________
> >> Unsubscribe or switch delivery mode:
> >> <http://www.realsoftware.com/support/listmanager/>
> >>
> >> Search the archives of this list here:
> >> <http://support.realsoftware.com/listarchives/lists.html>
> >>
> > _______________________________________________
> > Unsubscribe or switch delivery mode:
> > <http://www.realsoftware.com/support/listmanager/>
> >
> > Search the archives of this list here:
> > <http://support.realsoftware.com/listarchives/lists.html>
>
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|