Differences
This shows you the differences between the selected revisions of the page.
| 2014-02-05 | 2014-02-05 | ||
| session url should end with slash (martin) | session url should end with slash (martin) | ||
| Line 646: | Line 646: | ||
| .WriteLine("option batch abort") | .WriteLine("option batch abort") | ||
| .WriteLine("option confirm off") | .WriteLine("option confirm off") | ||
| - | .WriteLine("open sftp://" & username & ":" & password & "@" & remotehost) | + | .WriteLine("open sftp://" & username & ":" & password & "@" & remotehost & "/") |
| If outfilename Is Nothing Then .WriteLine("put " & filename) Else .WriteLine("put " & filename & " """ & outfilename & """") | If outfilename Is Nothing Then .WriteLine("put " & filename) Else .WriteLine("put " & filename & " """ & outfilename & """") | ||
| .Close() | .Close() | ||
| Line 690: | Line 690: | ||
| <trailer> | <trailer> | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| + | |||