Re: wodSftp.dll from Windows Script Host - vbs err (General questions)
Hi:
I believe that the construction Server.Createobject only applies when talking to a web server.
My Wscript code runs fine as in these examples:
set telnet = CreateObject( WeOnlyDo.wodTelnetDLXCom.1 )
Set oFS = Createobject( Scripting.FileSystemObject )
Dick Conrad