I am trying to copy a file from VMS machine to Unix machine using SFTP.
I want to preserve the file permissions. Or atleast change them once I copy using sftp.
As options like "chmod","umask" and "put -P" are not allowed, What is the solution for this one ?
Many Thanks! ~Kedar