I have a command line code with me.Can any one help to convert the line of code to vbs.The line of code must be executed under oshell.Run command.(wher oshell is the object of WScript.Shell)
The command line code is as follows
c:\programfiles x(86)\winscp>winscp.com /command "option batch abort" "option confirm off" "open ftps://USERNAME:PASSWORD@FTPSITE.COM:PORTNUMBER/" "put C:\MyFolder\ForSFTP\TestFile.txt /savefile/" "exit"
Any help will be appreciated