Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-20 | 2017-10-20 | ||
| code wrapping for new design + typos (martin) | verbatim C# string literal (martin) | ||
| Line 35: | Line 35: | ||
| string fileName = "export_" + stamp + ".txt"; | string fileName = "export_" + stamp + ".txt"; | ||
| string remotePath = "/home/user/sysbatch/" + fileName; | string remotePath = "/home/user/sysbatch/" + fileName; | ||
| - | string localPath = "d:\\backup\\" + fileName; | + | string localPath = @"d:\backup\" + fileName; |
| // Manual "remote to local" synchronization. | // Manual "remote to local" synchronization. | ||