in reply to Re^2: HTTP to FTP proxy
in thread HTTP to FTP proxy
Maybe you could use the CONNECT method instead and let the client talk directly to the FTP server.
Something as drawn in the following diagram:
.---------------. .------------------. | FTP Client | | Apache Listening | .---- +------. | with HTTPS |---------------| for SSL | | FTP + | | over SSL | SSL conn. | | | Ser +ver | | Proxy support |-------------------. .---------------. + | | | FTP conn |<-CONNECT->| FTP conn. | + | | |-------------------' '---------------' + | | | | | | + | | |---------------| | | + | | | | | '---- +------' '---------------' '------------------'
|
|---|