Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Re: how to determine whether a file exists in winSCP folder

There some example which should not be difficult to rewrite to C#:
https://winscp.net/eng/docs/script_checking_file_existence

Also the next version of WinSCP, coming out in few weeks, will including C# wrapper for WinSCP. It would make you task very simple.
Guest

Re: how to determine whether a file exists in winSCP folder

yup i want to check the existance of remote files

and also i am getting the error standardIN not redirected when i am debugging the service.
martin

Re: how to determine whether a file exists in winSCP folder

mark.tony.alphonso wrote:

now is there a way to check whether a file exist in the folder in winscp so that i dont delete new files that have been recently uploaded.

So you want to check for an existence of a remote files?
mark.tony.alphonso

how to determine whether a file exists in winSCP folder

hi all, i have built a window service(using C# code) which processes all the files that have been uploaded in the winSCP folder before the files are deleted

now is there a way to check whether a file exist in the folder in winscp so that i dont delete new files that have been recently uploaded.



:roll: