Check if file exists before download
Hello,
i want to check if a file exists before download it without using .NET assembly. I try this:
if exist c:\upload\test.txt winscp.com /script=upload.txt
from your documentation at https://winscp.net/eng/docs/guide_automation_conditional#scripting
but it returns an error that command if is not recognized. Could you help me plz?
Thank you!
i want to check if a file exists before download it without using .NET assembly. I try this:
if exist c:\upload\test.txt winscp.com /script=upload.txt
from your documentation at https://winscp.net/eng/docs/guide_automation_conditional#scripting
but it returns an error that command if is not recognized. Could you help me plz?
Thank you!