SSL File Transfer

Fairlight fairlite at fairlite.com
Wed Dec 8 16:49:13 PST 2004


Yo, homey, in case you don' be listenin', Walter Vaughan done said:
> Fairlight wrote:
> > Only lists at harris-home.com would say something like:
> >>I am writing a file that needs to get uploaded to a secure server. The
> >>instructions point to an HTTPS server, but I don't find a good way to
> >>connect to that server and upload a file.
> > Grab openssh, install it, and use scp the way you'd use rcp.  Easiest way.
> 
> Mark, you've lost me. What I've seen is a remote site has a form that
> has a file upload text box with a "browse" button that allows you to
> find a file on your local computer and upload it to that server.
> 
> How does the remote sites form tag interact with rcp? Links please...

Oh, THAT way.  :)  You didn't say it had a CGI ready and waiting--the
implication seemed to be that you had an SSL-enabled server and nothing
else available.  Now I gather they -do- have CGi handy already.

If you want to use this, you need to look at the HTML source for that page.
Grab the field names from that form, as well as the URL specified in the
ACTION= argument.

Once you have that, you can upload it using something like my
RawQuery program, if you write out the field file appropriately.
http://rawquery.fairlite.com/ 

The scp scheme would totally circumvent even using their CGI
interface--you'd simply be using ssh to transfer the file, period.

mark->
-- 
Bring the web-enabling power of OneGate to -your- filePro applications today!

Try the live filePro-based, OneGate-enabled demo at the following URL:
               http://www2.onnik.com/~fairlite/flfssindex.html


More information about the Filepro-list mailing list