SFTP permissions
am 01.02.2008 18:08:59 von CharlieI have a question regarding sftp permissions. I have a client who
sftp's files to a directory on our HP-UX 11i server from a script on a
Windows 2003 server and the file permissions on the transferred file
are -rw-r----. Is there any way for those files to be rwxrwx--- when
they are sftp'd? Or, is there any way to move those files to a
different directory? The reason I'm asking this is b/c I need to
process the incoming files in a ksh script and then move those files
to an archive directory. With read-only permissions the move cannot
be done and thus, the file gets processed over and over. Any insight
to finding a fix would be great.
Thanks,
Charlie