Differences
This shows you the differences between the selected revisions of the page.
2012-02-18 | 2012-02-18 | ||
vbnet example (martin) | converting even code in comments to vbnet (martin) | ||
Line 162: | Line 162: | ||
' You can achieve the same using: | ' You can achieve the same using: | ||
- | ' session.SynchronizeDirectories( | + | ' session.SynchronizeDirectories( _ |
- | ' SynchronizationMode.Local, localPath, remotePath, false, false, SynchronizationCriteria.Time, | + | ' SynchronizationMode.Local, localPath, remotePath, False, False, SynchronizationCriteria.Time, _ |
- | ' new TransferOptions { IncludeMask = fileName }).Check(); | + | ' New TransferOptions() { .IncludeMask = fileName }).Check |
If session.FileExists(remotePath) Then | If session.FileExists(remotePath) Then | ||
Dim download As Boolean | Dim download As Boolean |