Anonymous | Login | 2024-11-21 01:46 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000092 | ClearOS | app-flexshare - Flexshares | public | 2010-05-25 19:47 | 2010-06-03 21:35 | ||||
Reporter | FastLaneJB | ||||||||
Assigned To | dloper | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.1 | ||||||||
Target Version | 5.2 | Fixed in Version | 5.2 | ||||||
Summary | 0000092: FTPES mode not supported in current Flexshare release | ||||||||
Description | If you enable require SSL on the FTP it is not possible to connect. I've worked out this is because the Limit is denying all commands other than the ones specified and without PROT being allowed the FTP client cannot connect because it cannot specify encryption. This can be fixed by changing this line in Flexshare.class.php $newlines[] = "\t<Limit LOGIN CDUP PWD XPWD LIST$pasv>"; to $newlines[] = "\t<Limit LOGIN CDUP PWD XPWD LIST$pasv PROT>"; As changing it manually in the flex2123.conf file which is made is pointless as it gets overwritten anytime a change is made in the webconfig. | ||||||||
Additional Information | Imported from ClarkConnect bug database: http://www.clarkconnect.com/developer/bugs/view.php?id=1006 [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000155) user2 2010-05-25 19:52 edited on: 2010-08-18 15:10 |
Source Code Changelog --------------------------------------------------- - Added FTPES support [fixed tracker 0000092] File Changes --------------------------------------------------- U legacy/webconfig/trunk/api/Flexshare.class.php |