I am trying to run an ftp from a VBscript. The syntax I create can run as a .bat file or straight from a command line but not the way it is coded. What is wrong?
As coded:
Set objShell = CreateObject( "wScript.Shell" )
objShell.Run "ftp -vn -s:" & strFTPScriptFileName & " " &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.