I am using rsync to download a file from a vendor's server. I believe the vendor site is a unix server but not 100% sure on that. The file is being downloaded on windows 2003 R2 server.
Here is an example of the command line being used: C:\Downloads\rsync\rsync.exe -i --password-file=C:\Backend\rsync\password.txt -av [EMAIL PROTECTED]::scores/filename /Backend/VendorFiles/ When the download completes the downloaded file is read only and permissions are set so that the service account that needs that file has deny read access. I can run the exact same command line from my development box which is a Windows 2003 server and there are no problems accessing or reading the files. I'm stumped! Anyone have any ideas as to why the file permissions would be changing? Any ideas on how to make it not change permissions? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
