Hi Team,
I am able to successfully transfer the files into the server using the following method.
sftp.UploadFile(fs, remoteFilePathwithName);
But the issue I am facing is the files transferred are with read access and I would like to transfer file with full access.
Is there anyway that I can transfer files with full access?