ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000092ClearOSapp-flexshare - Flexsharespublic2010-05-25 19:472010-06-03 21:35
ReporterFastLaneJB 
Assigned Todloper 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.1 
Target Version5.2Fixed in Version5.2 
Summary0000092: FTPES mode not supported in current Flexshare release
DescriptionIf 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 InformationImported from ClarkConnect bug database: http://www.clarkconnect.com/developer/bugs/view.php?id=1006 [^]
TagsNo tags attached.
Attached Files

- Relationships

-  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


- Issue History
Date Modified Username Field Change
2010-05-25 19:47 user2 New Issue
2010-05-25 19:48 user2 Reporter user2 => FastLaneJB
2010-05-25 19:48 user2 Assigned To => dloper
2010-05-25 19:48 user2 Status new => assigned
2010-05-25 19:48 user2 Target Version => 5.2
2010-05-25 19:48 user2 Note Added: 0000154
2010-05-25 19:49 user2 Note Deleted: 0000154
2010-05-25 19:52 user2 Checkin
2010-05-25 19:52 user2 Note Added: 0000155
2010-05-25 19:52 user2 Status assigned => resolved
2010-05-25 19:52 user2 Resolution open => fixed
2010-06-03 21:35 user2 Status resolved => closed
2010-06-03 21:35 user2 Fixed in Version => 5.2
2010-08-18 15:10 user2 Note Edited: 0000155