For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check SFTP File Does Not Exist

Confirm a file is absent on an SFTP server.

Check SFTP File Does Not Exist connects to an SFTP server and confirms a file is absent at the path you give. Use it after a delete or when an old export should be gone.

Check SFTP file does not exist Test Step

When to use it

  • Confirm a temporary export was removed after processing.

  • Verify a file name is free before an upload step runs.

  • Pair with Check SFTP File Exists on the branch where the file should appear.

Configure

Basics

Field
What to set

URL

SFTP server address (supports Values)

Port

22 (default)

User

SFTP username (supports Values)

Password

SFTP password (supports Values)

File Location

Full path to the file on the server

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Tags: check, sftp, fileNotExist

Last updated