Originally posted by: Kepa_Screen
What i'm saying is that you need to put at Unix Box, what permissions should have a file when created.
Depends on what shell are you using at your unix box. If you use bash, then you must log at unix box with the user that your Ftp Adapter uses for doing the connection.
Then go to that user "home" directory and look at .bash_profile
This shell script is self executed when the users logs in ( just like "autoexec.bat" in DOS systems ).
you must put the command
"umask 000"
at this .bash_profile and then all your "new" files created by this user, will have 777 permissions.
If you are using another shell ( ash, ksh, sh ) then you must read at your unix system documentation just to know what is the "autoexec.bat"-like file used for that shell.
I could remember that for sh shell, the file is named only .profile, if the shell is bash, then the name for the file would be .bash_profile
This is a Unix issue, not a Ftp Adapter issue.
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender