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

[601 byte] By [Ricardo_Hernandez] at [2007-11-26 11:02:03]
# 1
Check the ftpd man page for 'umask'.-- Darren
Darren_Dunham at 2007-7-7 3:15:44 > top of Java-index,General,Network Configurations...
# 2

This is kind of a wild idea. If your recieving from a ZOS... do you mean an IBM mainframe running MVS. IBM FTP requires overriding parameter statements in the JCL... One which you may consider looking into is the SYSFTPD which is required for all ZOS and advanced System 390 computers. In this proc is two pages of file format configuration changes. Setting the file structure and permissions on the recieving or sending side.

In short; look at both sides of the fence.

larry2flynn at 2007-7-7 3:15:44 > top of Java-index,General,Network Configurations...