ClearFoundation Tracker - ClearOS
View Issue Details
0000567ClearOSapp-flexshare - Flexsharespublic2012-04-29 17:082012-06-05 17:52
timb80 
user2 
normalminoralways
closedfixed 
6.2.0 
6.2.0 Updates6.2.0 Updates 
0000567: Flexshare unecrypted FTP via port 21 is forced to use TLS
New version permits the use of TLS encrypted data channel on port 990

The webconfig states that 'Allow Unencrypted FTP' is enabled, when actually it isn't.

The webconfig doesn't permit the protocal to be altered and forces both port 21 and 990 to use TLS (see contents of /etc/proftpd.d/flex-21.conf)

Temporary work around is to change 'TLSRequired off' in /etc/proftpd.conf/flex-21.conf and restart the service
No tags attached.
Issue History
2012-04-29 17:08timb80New Issue
2012-04-29 17:10timb80Note Added: 0000491
2012-04-29 20:01user2Statusnew => confirmed
2012-05-01 10:02user2Target Version => 6.2.0 Updates
2012-05-16 16:10user2Checkin
2012-05-16 16:10user2Note Added: 0000513
2012-05-16 16:12user2Note Added: 0000514
2012-05-16 16:13user2Statusconfirmed => resolved
2012-05-16 16:13user2Fixed in Version => 6.2.0 Updates
2012-05-16 16:13user2Resolutionopen => fixed
2012-05-16 16:13user2Assigned To => user2
2012-05-16 16:20user2Checkin
2012-05-16 16:20user2Note Added: 0000515
2012-06-05 17:52user2Statusresolved => closed

Notes
(0000491)
timb80   
2012-04-29 17:10   
p.s I'm all in favour of using FTPS over FTP but the webconfig entry is a little misleading for those trying to configure an unencrypted connection
(0000513)
user2   
2012-05-16 16:10   
Source Code Changelog
---------------------------------------------------
- Fixed allow unencrytped flag [tracker 0000567]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=4173 [^]
U webconfig/apps/flexshare/trunk/libraries/Flexshare.php
(0000514)
user2   
2012-05-16 16:12   
Just a bad if statement. To keep the bug fix minimalist, Flexshare will allow unencrypted FTP by default.
(0000515)
user2   
2012-05-16 16:20   
Source Code Changelog
---------------------------------------------------
- Add upgrade helper for unencrypted FTP [tracker 0000567]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=4174 [^]
U webconfig/apps/flexshare/trunk/deploy/fix-share-dir