Preserve file permissions in sftp from VMS to Unix?

1.1k Views Asked by At

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

0

There are 0 best solutions below