wodSftp.dll from Windows Script Host - vbs error (General questions)
Using a lincesed dll i'm getting a VBS erro of object required: 'Server'
All is fine from running within an ASP page but as a vbs WSH file i get error at line:
set Sftp = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
Error: Object required: 'Server'
Code: 800A01A8
Source: MS VBScript runtime error
Any thoughts on this? Thanks!