类似地如何维护文件的“最后修改”日期?我需要在通过 Krusader 或在“主文件夹”窗口中将文件复制到通过 SSH 连接的另一台 PC 时保留日期。可以吗?
答案1
您可以使用选项-p
来执行此操作scp
。如中所述man scp
:
-p Preserves modification times, access times, and modes from the
original file.
因此,只需运行
scp source_file user@host:/remote/path/file