Difference between revisions of "PhpWebFtp"

From SME Server
Jump to navigationJump to search
Line 39: Line 39:
  
 
=== Bugs ===
 
=== Bugs ===
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
+
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi?product=SME%20Contribs bugzilla]
 
and select the smeserver-phpwebftp component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpwebftp|title=this link}}.
 
and select the smeserver-phpwebftp component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpwebftp|title=this link}}.
  
 
<noinclude>[[Category: Contrib]]</noinclude>
 
<noinclude>[[Category: Contrib]]</noinclude>

Revision as of 22:42, 8 May 2008

Incomplete.png Incomplete:
This article or section needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page


Maintainer

jpl

Description

This contribution for smeserver adds a web frontend which provides FTP connection with your SME server based upon the php GNU GPL application phpwebftp.

You can access your SME server FTP panel with your browser at url https://myserver.mydomain/webftp/

Access to the FTP frontend is only possible via https (http requests are redirected as https requests). You must provide your SME login and password.

Smeserver-phpwebftp2.png

Two params can be set in the webftp record of the SME configuration db :

MaxFilesSize nnnnnn : sets the maximum size in bytes of transferred files (default is 20000000)

ResumeDownload true|false : to enable/disable resuming of transferred files (default is true)

Requirements

You need nothing else than smeserver-phpwebftp package.

Installation

This contrib is currently held in jpl's smecontribs repository, so the following commands will install on your smeserver.

wget  http://mirror.contribs.org/smeserver/contribs/jpl/smecontribs/smeserver-phpwebftp/smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm
yum localinstall smeserver-phpwebftp-4.0-2.el4.eos.noarch.rpm

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

Uninstall

yum remove smeserver-phpwebftp

Source

The source for this contrib can be found in the smeserver CVS on sourceforge.Not already available

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-phpwebftp component or use this link .