automate FTP upload to remote server
Hi
I want to automate FTP upload to remote server.As of now I am just trying to run manually using this code;
************************************************************************************************
option batch abort
option confirm off
open bcnas.tsl.telus.com
***** #username
***** #password
option transfer binary
lcd C:\example
cd bcnas.tsl.telus.com\archive\Automated Post Processing Upload
mput "."
close
exit
**********************************************************************
This code does not work.Any suggestions?
I want to automate FTP upload to remote server.As of now I am just trying to run manually using this code;
************************************************************************************************
option batch abort
option confirm off
open bcnas.tsl.telus.com
***** #username
***** #password
option transfer binary
lcd C:\example
cd bcnas.tsl.telus.com\archive\Automated Post Processing Upload
mput "."
close
exit
**********************************************************************
This code does not work.Any suggestions?