ClearFoundation Tracker - ClearOS
View Issue Details
0000092ClearOSapp-flexshare - Flexsharespublic2010-05-25 19:472010-06-03 21:35
FastLaneJB 
dloper 
normalminoralways
closedfixed 
5.1 
5.25.2 
0000092: FTPES mode not supported in current Flexshare release
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.
Imported from ClarkConnect bug database: http://www.clarkconnect.com/developer/bugs/view.php?id=1006 [^]
No tags attached.
Issue History
2010-05-25 19:47user2New Issue
2010-05-25 19:48user2Reporteruser2 => FastLaneJB
2010-05-25 19:48user2Assigned To => dloper
2010-05-25 19:48user2Statusnew => assigned
2010-05-25 19:48user2Target Version => 5.2
2010-05-25 19:48user2Note Added: 0000154
2010-05-25 19:49user2Note Deleted: 0000154
2010-05-25 19:52user2Checkin
2010-05-25 19:52user2Note Added: 0000155
2010-05-25 19:52user2Statusassigned => resolved
2010-05-25 19:52user2Resolutionopen => fixed
2010-06-03 21:35user2Statusresolved => closed
2010-06-03 21:35user2Fixed in Version => 5.2
2010-08-18 15:10user2Note Edited: 0000155

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