Invalid File Permission Errors

The following table lists the various source/destination directory and file permission errors and their possible mitigations:

Error Protocol Description Mitigation

[FWDL_ERROR]:scp: {directory-or-file-with-path} Permission denied

Hint: Directory/File path is not valid or has insufficient access permissions.

  • SCP

The directory or file specified in {directory-or-file-with-path} does not have the required access permissions.

Verify if the directory or file is valid and ensure that the directory or file has adequate permissions for the action being performed on it.

[FWDL_ERROR]:File {directory-or-file-with-path} not found.

Hint: Directory/File path is not valid or has insufficient access permissions.

  • SFTP

The directory or file specified in {directory-or-file-with-path} is not valid or file has insufficient permissions to perform this action.

Verify if the directory or file is valid and the directory or file has adequate permissions for the action being performed on it.

[FWDL_ERROR]:No such directory {directory-or-file-with-path}

Hint: Directory/File path is not valid or has insufficient access permissions.

  • FTP

The directory or file specified in {directory-or-file-with-path} is not valid the file has insufficient permissions to perform this action.

Verify if the directory or file is valid and has adequate permissions for the action being performed on it.

[FWDL_ERROR]:Transfer timed out.

Hint: Directory/file path is not valid or has insufficient access permissions.

  • TFTP

The transfer has timed out. This could be due to the file being not valid or is not found. This message is also generated if the specified file has insufficient permissions to perform this action.

Verify if the directory or file is valid and can be found at the specified location. Also ensure that the directory or file has adequate permissions for the action being performed on it.

[FWDL_ERROR]:No such file {directory-or-file-with-path}.

Hint: Directory/file path is not valid or has insufficient access permissions.

  • USB

The file/directory is not found on the USB. This message is also generated if the specified file has insufficient permissions to perform this action.

Verify if the directory or file is valid and can be found at the specified location on the USB. Also ensure that the directory or file has adequate permissions for the action being performed on it.

[FWDL_ERROR]:{time-stamp} ERROR 404: Not Found.

Hint: Directory/file path is not valid or has insufficient access permissions.

  • HTTP

The file/directory is not found on the HTTP server. This message is also generated if the specified file has insufficient permissions to perform this action.

Verify if the directory or file is valid and can be found at the specified location on the HTTP server. Also ensure that the directory or file has adequate permissions for the action being performed on it.