script malfunction
Hi all,
I am writing a simple automation script using c#. I want to upload two files, but previously,
I want that script delete the last file and then rename since last 9 nine files uploaded starting from 09 to 10, 08 to 09, etc.
Script is divided in two part of code, first part function ok, bat second part stop in someplace and I don't understand what is happening, maybe is delate for some reason?
Previos to start I send this commands:
winscp.StandardInput.WriteLine("option batch continue");
winscp.StandardInput.WriteLine("option confirm off");
winscp.StandardInput.WriteLine("option transfer binary");
Also i add log file.
Thank you for any help in advance.
Fernando
I am writing a simple automation script using c#. I want to upload two files, but previously,
I want that script delete the last file and then rename since last 9 nine files uploaded starting from 09 to 10, 08 to 09, etc.
Script is divided in two part of code, first part function ok, bat second part stop in someplace and I don't understand what is happening, maybe is delate for some reason?
Previos to start I send this commands:
winscp.StandardInput.WriteLine("option batch continue");
winscp.StandardInput.WriteLine("option confirm off");
winscp.StandardInput.WriteLine("option transfer binary");
Also i add log file.
Thank you for any help in advance.
Fernando