Configuration FTP Solaris 9
Hi!
I'm executing an ftp from a ZOS system to a Solaris 9. The file transfer is correct, but the files arrive with rw-r--r-- permissions. I need those files to have rw-rw-r-- permissions for a former processing.
I'm using TCP Wrappers, in the inetd.conf file I use the following commands:
# FTPD - FTP server daemon
#ftpstream tcp6nowait root/usr/sbin/in.ftpdin.ftpd -a
ftpstream tcpnowait root/usr/sfw/sbin/tcpdin.ftpd -a
Where can I change the configuration to make the files arrive directly with the right permissions i need?
Thanks,
Ricardo

