Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: john56 on November 20, 2016, 02:50:18 PM
-
Hello,
I'm looking for an online ftp client for users to access their home directories and other shares (sharefolders) in read / write mode.
There are already phpwebftp contribs but I find it aging ... and only manages the / home
There is also the old net2ftp contrib but it does not very modern.
There is pydio but does not handle write mode for access / home.
So I'm looking for a contribution that handles at least the read / write mode for access / home and ideally the other shared folders (Acl mode ...)
Thank you for your answers.
-
Maybe you want to consider webdav instead of FTP.
-
no read/write mode with webdav and my tests (only read mode). Neither acl nor.
-
Owncloud/Nextcloud?
-
Take a look at the Pydio contrib, it's close to your need. Except that access to home dir is optional, not enabled by default, and limited to read only (for security reasons)
-
I know pydio, no home read, and no acl ...
-
Please, re read Dani's suggestion.. Pydio supports access to homes...
-
So sorry for my mistake, i would write that pydio doesn't allow to write in their personal homes.
-
http://www.makeuseof.com/tag/5-web-based-ftp-clients/
http://www.monstaftp.com/
-
Take a look at the Pydio contrib, it's close to your need. Except that access to home dir is optional, not enabled by default, and limited to read only (for security reasons)
Works with ACL ? I've ever tried Pydio (very good) but it didnt work with ACL so Students accessed prohibited resources.
Pydio is not available for the moment (problem to install with Red Had Repos)
It would be so great to have the same access online than with Samba for every resources.
-
Pydio is not available for the moment (problem to install with Red Had Repos)
Why would you need RH repo's?
As per Daniels suggestion, please see https://wiki.contribs.org/Pydio (https://wiki.contribs.org/Pydio)
-
http://apt.sw.be/redhat/el6/en/x86_64/dag/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
The Dag repo.
-
The DAG repo does not exist any longer.
-
configure the fws and epel repo's, then:
yum install smeserver-pydio --enablerepo=epel,fws,smecontribs
-
http://pastebin.com/x5wbYJgu
Error Dependances. Thanks for you help RequestedDeletion
-
What is the exact yum command you gave?
-
https://wiki.contribs.org/Fws
https://wiki.contribs.org/Epel#tab=For_SME_9_x
and yum install smeserver-pydio --enablerepo=epel,fws,smecontribs
-
Looks like you have a problem with your repo definition. openssl-perl for example is available from the base or the updates repo, just like ghostscript-fonts. Please show the output of
db yum_repositories show
-
http://pastebin.com/pGTGiJpv
-
Looks like you have tweaked a lot your repositories, and you have at least 3 problems:
- The smecontribs repo is enabled, and should be disabled
- The base repo is disabled and should be enabled
- The updates repo is disabled and should be enabled
-
/sbin/e-smith/audittools/repositories
atomic: disabled
base: enabled
centosplus: disabled
contrib: disabled
dag: disabled
epel: disabled
extras: disabled
fasttrack: disabled
fws: disabled
reetp: disabled
rpmforge: disabled
sme7contribs: disabled
smeaddons: enabled
smecontribs: disabled
smedev: disabled
smeextras: enabled
smeos: enabled
smetest: disabled
smeupdates: enabled
smeupdates-testing: disabled
stephdl: disabled
updates: enabled
-
Cette fois : yum install smeserver-pydio --enablerepo=epel,fws,smecontribs
Erreur : Paquet : perl-JSON-2.17-1.el5.noarch (epel)
Requiert : perl(:MODULE_COMPAT_5.8.8)
Erreur : Paquet : perl-WWW-Curl-4.11-1.el5.1.x86_64 (epel)
Requiert : perl(:MODULE_COMPAT_5.8.8)
Erreur : Paquet : perl-WWW-Curl-4.11-1.el5.1.x86_64 (epel)
Requiert : libcurl.so.3()(64bit)
-
You still have some mess in your repositories (with a mix of repo for EL4, EL5 and EL6). I'd recommend to reset all your repo with
rm /home/e-smith/db/yum_repositories
/etc/e-smith/events/actions/initialize-default-databases
expand-template /etc/yum.smerepos.d/sme-base.repo
Then reconfigure the repo you need/want
-
the defaults repo are Centos -os, Centos - update, Sme Server (Addons, extras, os, updates). Is that right ?
I've some updates to begin now.
-
the defaults repo are Centos -os, Centos - update, Sme Server (Addons, extras, os, updates). Is that right ?
I've some updates to begin now.
https://wiki.contribs.org/SME_Server:Documentation:FAQ:Section01#Which_repositories_should_be_enabled
-
http://www.makeuseof.com/tag/5-web-based-ftp-clients/
http://www.monstaftp.com/
before porting webftp to sme9 I did a pretty extensive research of online ftp client and all project are dead or almost. some use one more layer of software we would like to avoid ( java, flash) either for security reason and availability either for obsolescence of the technology.
If this is only the interface you find oldish you could spend time on css.
One more step could be to add some client side scripting for ajax or similar interaction but this would add some security potential issues.
still pydio could do, but with your specifi context and ACL you will indeed miss some wanted features.