File: ftp.html

package info (click to toggle)
webmin-virtual-server 2.50-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,608 kB
  • ctags: 392
  • sloc: perl: 15,687; makefile: 95; sh: 8
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<header>FTP login enabled?</header>

When this option is set to Yes, the user will be given the shell
<tt><exec %c = &foreign_config($module); $c{'ftp_shell'}></tt>,
allowing him to login via FTP. When set to No, his shell will be set to
<tt><exec %c = &foreign_config($module); $c{'shell'}></tt>
instead, and FTP logins will be denied. <p>

This assumes that the FTP shell is listed in the <tt>/etc/shells</tt>
file, or otherwise allowed by the FTP server running on your system. <p>

<hr>