Share

NotFTP

Tracker: Feature Requests

3 HTTPS compatibility - ID: 618224
Last Update: Comment added ( deanweimer )

Uploads work via HTTPS, but not downloads. Need to add
this functionality.


Ryan Grove ( wonko ) - 2002-10-03 19:48

3

Open

None

Nobody/Anonymous

Other

Need help

Public


Comments ( 2 )

Date: 2003-06-30 23:54
Sender: deanweimer

Logged In: YES
user_id=813031

For a temporary fix you can comment out lines 382 & 383 of
the ftp.php (version 1.3.1) file

[...]
#header("Cache-Control: no-cache, must-revalidate");
#header("Pragma: no-cache");
[...]

and add this line in their place

header("Cache-control: private, must-revalidate");

there are references to this problem on php.net (
http://us2.php.net/manual/en/function.header.php ), look
through the user contributed notes.


Date: 2003-02-19 23:12
Sender: wonkoProject Admin

Logged In: YES
user_id=306

I'm not sure why this would be the case. I'd love to fix
this, but I don't have an HTTPS server to test on.


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
category_id None 2003-02-19 23:12 wonko
artifact_group_id None 2003-02-19 23:12 wonko
priority 5 2003-02-19 23:12 wonko