Suppose The file permission at local machine is 644
and using openssh (sftp) /putty ssh if i upload file to remote
file permission in remote machine changed to 640 Why ?
What we have to do we we need same permision ?
SFTP library implemneted by us
Lang : C
This is due to the umask, which affects the default permissions for newly created files. You can use the
umaskcommand to change this, if the remote server allows it.