kbWilliamson
Programmer
As briefly as possible... We download files from a clearing house via dialup in the following manner.. Open a MSDos session, establish a dialup connection and cut/paste instructions in the MSDos window. e.g.:
ftp nnn-nn-nn-nnn
UserName
Password
bin
hash
get file name
I would like to automate this process using VB6, but don't know how to get to the dialup network connection. Nothing I can find in RAS allows me to send a string. ANY HELP????
ftp nnn-nn-nn-nnn
UserName
Password
bin
hash
get file name
I would like to automate this process using VB6, but don't know how to get to the dialup network connection. Nothing I can find in RAS allows me to send a string. ANY HELP????