Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-03 | 2017-10-03 | ||
| trimming host key example to fit into the new design (martin) | code wrapping for new design 4 (martin) | ||
| Line 55: | Line 55: | ||
| else | else | ||
| { | { | ||
| - | DateTime remoteWriteTime = session.GetFileInfo(remotePath).LastWriteTime; | + | DateTime remoteWriteTime = |
| + | ···························session.GetFileInfo(remotePath).LastWriteTime; | ||
| DateTime localWriteTime = File.GetLastWriteTime(localPath); | DateTime localWriteTime = File.GetLastWriteTime(localPath); | ||