VBS and FTP
Hello Everyone,
Currently I have a .bat file that has a ftp info :
FTP -i -n -s:AUTO_FTP_PRTLOG.BAT
and this runs a script called auto_ftp_pritlog.bat
and printlog.bat contains the standard dos shell ftp stuff
I would like to do the same type of ftp without useing the dos shell
Q: How do I send the info to the host (IBM mainframe running VSE/ESA 2.7 under the z/VM 4.4) without using the dos shell.
I got it to work fine with the Wscript.shell (ftp commands)
but I would really like to learn how to skip that step.
Thank you,
Randy Dray
|