NSX Manager cluster backup fails when targeting a Linux-based SFTP server. While connectivity and permissions appear correct, the backup process terminates because the SFTP server returns non-standard error codes that the NSX Manager cannot interpret.
Either sftp server disk full or bad directory path or check if the directory path length is beyond 260 character limit on windows serverBackupAsyncStatus [BackupStatus [status=URI_NOT_FOUND, statusDetail=Specified uri '/exampledir' not found... errorCode=null]VMware Cloud Foundation 9.x
VMware NSX 4.x
The SFTP server implementation returns an incorrect error message—remote mkdir "/path": No such file or directory—when the NSX Manager attempts to create or validate a directory that already exists. NSX expects standard POSIX/OpenSSH responses (e.g., File exists or Failure). The non-standard "No such file" response causes NSX to incorrectly conclude the target URI is invalid or unreachable.
RESOLUTION
sftp <SFTP_USER>@<SFTP_SERVER_IP>
mkdir <EXISTING_DIRECTORY_NAME>
mkdir: cannot create directory 'dir': File existsorremote mkdir "/path": Failure.
mkdir "/path": No such file or directory
For a list of tested and supported SFTP servers, refer to the Broadcom TechDocs: Configure Backups