Question : automaticaly schedule vpn client tunnel and ftp job

I have a vpn 3030 at the home office and i have several clients all over. I am trying to schedule the remote client to launch vpn tunnel to the home office and satrt an ftp process.

The listed are available for configuration for the client to work
VPN 3030
CISCO VPN CLIENT 4.01
server ip
group name
group password
user id
user password
HOW DO I SCHEDULE A BATCH FILE TO LAUNCH VPN, SIGN IN with a user name and password, START AN FTP(x.x.x.x) USING ID AND PASSWORD

Answer : automaticaly schedule vpn client tunnel and ftp job

Ok, if your vpn is already configured you do not need to do nothing in the vpn3030 it will automaticlly start up the tunnel,
what you will have to do is configure your client (I am assuming you are running a windows client)

step 1 configure a script file test.scr with something like this
user
youruser
yourpasswd
put fileX
quit

step 2 configure a batch file test.bat who calls this scripts with something like this in it
ftp -n -s:test.scr x.x.x.x

step 3 schedule the ftp uplink with scheduled tasks wizard
control panel>scheduled task>add scheduled task
and choose browse your task and select the test.bat file
select your frecuency and user required to run it.

and that is.
Random Solutions  
 
programming4us programming4us