Differences
This shows you the differences between the selected revisions of the page.
| 2014-04-24 | 2014-04-24 | ||
| variable names distinct from class names as VB is case-insensitive (martin) | removing semicolon from vb.net (martin) | ||
| Line 95: | Line 95: | ||
| Try | Try | ||
| ' Setup session options | ' Setup session options | ||
| - | Dim mySessionOptions As New SessionOptions; | + | Dim mySessionOptions As New SessionOptions |
| With mySessionOptions | With mySessionOptions | ||
| .Protocol = Protocol.Sftp | .Protocol = Protocol.Sftp | ||