Thread: VBS and FTP
View Single Post
  #1 (permalink)  
Old January 15th, 2005, 12:59 PM
red4vbs red4vbs is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote