Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Obsolete Releases
SME 7.x Contribs
Topic:
[ANNOUNCE] New contrib smeserver-phpwebftp
« previous
next »
+
Print
Pages: [
1
]
2
All
Go Down
[ANNOUNCE] New contrib smeserver-phpwebftp
28 Replies
9109 Views
jpl
112
+0/-0
[ANNOUNCE] New contrib smeserver-phpwebftp
«
on:
May 03, 2008, 05:07:41 PM »
Hi everyone,
New SME server contrib available :
smeserver-phpwebftp
As stated by the name, smeserver-phpwebftp adds a https web frontend to get FTP access to your server via
http(s)://mydomain.myserver/webftp
See smeserver-phpwebftp page on the wiki :
http://wiki.contribs.org/PhpWebFtp
Logged
EdelingF
215
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #1 on:
May 04, 2008, 04:33:11 PM »
Looks nice!
Does this create a security risk?
I have shut down FTP-access because of risks, but it would come in handy.
Logged
...
jpl
112
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #2 on:
May 04, 2008, 05:11:52 PM »
For connection and file tranfer :
Like an an ftps (FTP+SSL) access, because http is used with SSL, and username/password/files transfer are crypted. FTP connection is made only from localhost to localhost and is done internally of your SME Server.
Rely also on phpwebftp php security, but as for other php applications.
Logged
kryptos
245
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #3 on:
May 06, 2008, 08:58:14 AM »
hi,
I got this error when installing it..
yum install
http://mirror.contribs.org/smeserver/contribs/jpl/smecontribs/smeserver-phpwebftp/smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "installonlyn" plugin
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
No Match for argument:
http://mirror.contribs.org/smeserver/contribs/jpl/smecontribs/smeserver-phpwebftp/smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
Thanks,
Rocel
Logged
warren
293
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #4 on:
May 06, 2008, 09:41:33 AM »
Rocel,
create dir on sme ie : contribs
cd contribs
wget
http://mirror.contribs.org/smeserver/contribs/jpl/smecontribs/smeserver-phpwebftp/smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm
then
yum localinstall smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm
Logged
kryptos
245
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #5 on:
May 07, 2008, 04:10:20 AM »
thanks got it working.
regards,
Rocel
Logged
edb
548
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #6 on:
May 08, 2008, 09:51:18 PM »
Does this contrib work after the April update?
Does it only allow SME users access to their own home folder or is it fully configurable?
Thanks
edb
Logged
......
jpl
112
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #7 on:
May 08, 2008, 10:10:41 PM »
This contrib is not affected by the april update.
Users access the same way than with FTP : the home folder and all allowed ibays.
Logged
edb
548
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #8 on:
May 08, 2008, 10:32:46 PM »
Ok, thanks.
I installed it but when I go to http(s)://mydomain.myserver/webftp I get a 403 forbidden error.
Is there a configuration frontend/backend?
Logged
......
jpl
112
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #9 on:
May 08, 2008, 10:41:17 PM »
Nothing else I think that :
signal-event post-upgrade; signal-event reboot
Logged
edb
548
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #10 on:
May 08, 2008, 10:44:15 PM »
Yes, I did do the signal-event post-upgrade; signal-event reboot
Why the 403 error? Does ftp access from the internet need to be enabled in the remote access section?
Logged
......
edb
548
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #11 on:
May 08, 2008, 10:50:25 PM »
Ok, yes that was my problem.
FTP access from Internet needed to be enabled.
Thanks JPL
Logged
......
edb
548
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #12 on:
May 08, 2008, 11:44:10 PM »
Is there a way to get webftp to follow "user remote access settings" chroot path?
I would like to setup an ibay for service manuals but I don't want them accessable to the general public.
I wanted to be able to set the path in "user remote access settings" and have certain users logon directly to the ibay/files directory. I also would want them to be contained (jailed) to that level and not be able to browse up the directory tree.
Can this be done?
edb
Logged
......
jpl
112
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #13 on:
May 09, 2008, 12:01:17 AM »
What you require must be made via proftpd configuration on the SME server.
smeserver-phpwebftp is just a frontend to do REAL ftp.
Only proftpd autenticate the user, not phpwebftp, and only proftpd can jailed him.
See in proftpd.conf custom-templating direction to do it.
Logged
Bud
487
+0/-0
Re: [ANNOUNCE] New contrib smeserver-phpwebftp
«
Reply #14 on:
June 06, 2008, 06:17:58 PM »
Hi Guys Please Help
I installed the Latest phpWebFTP on my SME 7.3 Server and all seems well.
I Logged in and Created a Folder then Uploaded some Files.
All went well
My Problem is when I choose to DOWNLOAD an Uploaded File I get a page "Error downloading file"
Please Help
Logged
+
Print
Pages: [
1
]
2
All
Go Up
« previous
next »
Koozali.org: home of the SME Server
Obsolete Releases
SME 7.x Contribs
Topic:
[ANNOUNCE] New contrib smeserver-phpwebftp