Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-18 | 2012-02-18 | ||
| using with in vbscript (martin) | no \ escpating in vbscript (martin) | ||
| Line 139: | Line 139: | ||
| transferOptions.TransferMode = TransferMode_Binary | transferOptions.TransferMode = TransferMode_Binary | ||
| - | Set transferResult = session.PutFiles("d:\\toupload\\*", "/home/user/", False, transferOptions) | + | Set transferResult = session.PutFiles("d:\toupload\*", "/home/user/", False, transferOptions) | 
| ' Throw on any error | ' Throw on any error | ||