ThingWorx Edge C SDK > Error Codes > File Transfer Errors
File Transfer Errors
The following table lists the errors for the File Transfer component:
Code
Message
Troubleshooting
1300
TW_FILE_XFER_MANAGER_NOT_INITIALIZED
The File Transfer Manager has not been initialized. The File Transfer Manager is initialized when twApi_Initialize is called only if ENABLE_FILE_XFER is defined. If you wish to use file transfer functionality make sure ENABLE_FILE_XFER is defined.
1301
TW_ERROR_CREATING_STAGING_DIR
An error occurred while creating the staging directory. The error happens if there is an invalid path or if you do not have the proper permissions to create the directory specified.
1302
TW_FILE_NOT_FOUND
The specified file for the transfer was not found. Check the name of the file specified. If it is correct, check for the presence of the file in the file system at the specified location.
1303
FILE_TRANSFER_FAILED
The file transfer operation failed. The network connection may have dropped during the transfer, the destination for the transfer may be unavailable (down for maintenance or power outage), or the MD5 checksum of the file indicated invalid file content.
Was this helpful?