Yes, but you need to have two sessions opened for that.
1 Question.
We can use this in C# .Net coding like this
winscp.StandardInput.WriteLine("option batch on");
winscp.StandardInput.WriteLine("option confirm off");
winscp.StandardInput.WriteLine("open AutoFTP1");
winscp.StandardInput.WriteLine("keepuptodate " + monitorPath + " " + fullPath + " -filemask=\"*.rle,*.res,*.log,*.tar|*.txt\" ");
Can we use above coding and combine Winscp .NET assembly to check folder exist in remote path or logfile and etc?
There's no equivalent in the assembly.
Hi,
I am a newbie in WinSCP programming. Perhaps this is a stupid question, but:
how can I obtain the same functionality like the command "keepuptodate" when using the .NET assembly?
Kind Regards
Giaco777