# chmod u+w /etc/inetd.conf
# vi /etc/inetd.conf
Uncomment tftp line.
# svcadm disable network/ftp
# svcadm enable network/ftp
For ftp timeouts
# vi /etc/ftpd/ftpaccess
Uncomment the following two lines and change the timeouts to something big.
timeout data 60000
timeout idle 30000
# svcadm restart network/ftp => this should work for the above ftp enabling as well.
This should do it!
No comments:
Post a Comment