HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

134 Appendix
Configuration of PROFTPD
Modify the Proftpd-Configuration file /etc/proftpd.conf as follows:
/etc/proftpd.conf
#
ServerName "ProFTPD Default Installation"
ServerType inetd
DefaultServer on
#
# Some basic defaults
#
Port 21
Umask 002
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 3600
<Global>
AllowOverwrite on
RootLogin on
</Global>
<Limit LOGIN>
AllowAll
Allow from all # alternative host or net
</Limit>
# Logging options
#
TransferLog /var/adm/proftpd.log
#
# Some logging formats
#
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
#