Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Yes, but you need to have two sessions opened for that.
ngmunfye

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?
martin

Re: How to do "keepuptodate" with .NET assembly?

There's no equivalent in the assembly.
giaco777

How to do "keepuptodate" with .NET 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