Changes

From SME Server
Jump to navigationJump to search
1,500 bytes added ,  11:36, 26 May 2016
no edit summary
Line 1: Line 1:  
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:jean-paul@leclere.org jpl]
 
[mailto:jean-paul@leclere.org jpl]
 +
 +
=== Version ===
 +
{{ #smeversion: smeserver-phpwebftp}}
 +
    
=== Description ===
 
=== Description ===
Line 19: Line 23:  
=== Requirements ===
 
=== Requirements ===
   −
ftp should be enabled in your installation. Default is disabled.
+
{{Note box|The FTP service has to be enabled in your installation '''(Default is disabled)''', either in the [[SME_Server:Documentation:Administration_Manual:Chapter11#FTP|server-manager]] or by the command line below}}
    
  config setprop ftp status enabled LoginAccess private access private
 
  config setprop ftp status enabled LoginAccess private access private
Line 33: Line 37:     
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 +
 +
or
 +
expand-template /home/httpd/html/webftp/config.inc.php
 +
expand-template /etc/httpd/conf/httpd.conf
 +
service httpd-e-smith restart
    
=== Uninstall ===
 
=== Uninstall ===
Line 39: Line 48:     
=== Configuration ===
 
=== Configuration ===
thanks to db configuration setprop webftp **** you will be able to change some options:
+
thanks to config setprop webftp **** you will be able to change some options:
 +
 
 +
config show webftp
 +
webftp=configuration
 +
    ForceFtpVirtualLocalhost=yes
 +
    MaxFileSize=20000000
 +
    ResumeDownload=true
 +
    status=enabled
 +
 
    
'''ForceFtpVirtualLocalhost''' default yes
 
'''ForceFtpVirtualLocalhost''' default yes
 +
config setprop webftp ForceFtpVirtualLocalhost yes
 +
 +
yes: will override DefaultRoot directive defined for each users <br />
   −
yes: will override DefaultRoot directive defined for each users
   
no : will allow ftp connection as if an external ftp client were used: with respect to DefaultRoot directive
 
no : will allow ftp connection as if an external ftp client were used: with respect to DefaultRoot directive
    
'''MaxFileSize''' default 20000000
 
'''MaxFileSize''' default 20000000
 
+
config setprop webftp MaxFileSize 20000000
 
max size in octets you will allow to transfer thanks to php web ftp  . Be carrefull you are also limited to PHP    PostMaxSize and  UploadMaxFilesize directives.
 
max size in octets you will allow to transfer thanks to php web ftp  . Be carrefull you are also limited to PHP    PostMaxSize and  UploadMaxFilesize directives.
       
'''ResumeDownload''' default true
 
'''ResumeDownload''' default true
 +
config setprop webftp ResumeDownload true
 
true: allow resume download
 
true: allow resume download
 
false: do not allow resuming
 
false: do not allow resuming
    
'''status''' default enabled
 
'''status''' default enabled
enabled: allow php webftp to work
+
config setprop webftp status enabled
 +
enabled: allow php webftp to work<br />
 +
 
 
disabled : prevents access to phpwebftp
 
disabled : prevents access to phpwebftp
 +
 +
=== Chroot of users  ===
 +
 +
you can chroot users in their home if you do not want they can see folder they don't own. For that you can install the [[Remoteuseraccess|remote-user-access contribs]]
 +
 +
see [[Remoteuseraccess#Global_Settings]] '''if the contribs is already installed'''
 +
 +
You can globally set FTP chroot with the following
 +
 +
You can chroot all users to their home directory with the command.
 +
config setprop ftp ChrootDir home
 +
 +
 +
to return to default settings of /home/e-smith/files/
 +
config delprop ftp ChrootDir
 +
 +
then enable
 +
expand-template /etc/proftpd.conf
    
=== known problems and bugs ====
 
=== known problems and bugs ====
Line 71: Line 111:  
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi?product=SME%20Contribs 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}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-phpwebftp|noresultsmessage="No open bugs found."}}
 +
 +
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 +
{{ #smechangelog: smeserver-phpwebftp}}
    
<noinclude>[[Category: Contrib]] [[Category:Administration:Remote Access]]</noinclude>
 
<noinclude>[[Category: Contrib]] [[Category:Administration:Remote Access]]</noinclude>
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu