Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: HTTP to FTP proxy

by NiJo (Friar)
on Nov 18, 2010 at 20:35 UTC ( [id://872345]=note: print w/replies, xml ) Need Help??


in reply to HTTP to FTP proxy

The standard approach does it the other way around:

1) non-anonymous login to the ftp server

2) which queries a password data base on the HTTP server

3) and accepts or denies the password based ftp login.

You didn't tell us much about the FTP and HTTP server and how much control you have over it. On Linux PAM or GSSAPI could be your ticket. On Windows it might be domain accounts.

I've no idea how this could work with certificates.

Replies are listed 'Best First'.
Re^2: HTTP to FTP proxy
by clumsyjedi (Acolyte) on Nov 19, 2010 at 12:13 UTC
    The FTP server is firewalled, the user cannot connect to it directly.

    I have absolutely no control over the FTP server. I have limited control over the HTTPS server.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://872345]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 09:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found