pscp.exe (Putty SCP) ignoring preserve attributes flag
Posted
by jslatts
on Server Fault
See other posts from Server Fault
or by jslatts
Published on 2010-05-25T19:25:17Z
Indexed on
2010/05/25
19:33 UTC
Read the original article
Hit count: 210
I am trying to scp files from a windows server to a linux server with the original time and dates intact. When running the command:
pscp.exe -p C:\temp\somefile.txt user@server:/temp/
The file on the server always has the date/time of the transfer, not the original file. Putty SCP seems to be completely ignoring the preserve attributes flag. Anyone experienced this before and/or have a solution?
© Server Fault or respective owner