Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-05 | 2017-12-05 | ||
| removing unneeded line continuation characters (martin) | removing unneeded line continuation characters (martin) | ||
| Line 180: | Line 180: | ||
| ' Synchronize files | ' Synchronize files | ||
| Dim synchronizationResult As SynchronizationResult | Dim synchronizationResult As SynchronizationResult | ||
| - | synchronizationResult = _ | + | synchronizationResult = |
| - | session.SynchronizeDirectories( _ | + | session.SynchronizeDirectories( |
| SynchronizationMode.Remote, "d:\www", "/home/martin/public_html", False) | SynchronizationMode.Remote, "d:\www", "/home/martin/public_html", False) | ||