File transfer command statuses
If a file transfer connection verification fails in runtime, you can open the
Details
window, which displays a command status code, description of the command status, and a corresponding libcurl error code (if applicable).
TIP:
The command status code may correspond to multiple libcurl error codes. Only the applicable libcurl error code displays in the
Details
window.TransferStatus
field for Upload
and Download
file transfer commands displays the status code of the last command execution.Command status code | Command status description | Libcurl codes |
---|---|---|
10 | File transfer successful | 0 |
30 | Queued file transfer | |
40 | File transfer in progress | |
50 | File transfer operation removed from queue because of buffer overflow | |
70 | No SD card or USB stick is detected when source/destination folder is set to
it. | |
90 | URL not supported by libcurl. Enter a URL supported by libcurl and try
again. | 1 |
100 | Failed to connect to the FTP server | 10, 15, 38, 39, 97 |
110 | FTP PORT command error. Enter a URL supported by libcurl and try again. | 30 |
120 | URL format error. Enter a URL supported by libcurl and try again. | 2, 3 |
130 | Cannot connect to the FTP server. The specified host name, port number or proxy
is not valid. | 5, 6, 7 |
140 | Cannot open the file with FILE:/ | 9, 37 |
150 | Authentication error. Enter valid credentials and try again. | 11, 67, 94 |
160 | File transfer error. Try again. | 8, 13, 14, 16, 17, 18, 19, 22, 23, 25, 26, 27, 36, 42, 55, 56, 65, 79, 80, 81,
87, 88, 92, 95, 96 |
170 | File or folder not found on the FTP server or HMI device. | 78 |
180 | Command timed out | 12, 28 |
190 | The server is out of disk space | 70 |
200 | The transferred file exceeded maximum file size | 63 |
210 | SSL connection error | 53, 54, 61, 64, 66 |
220 | The remote server SSL certificate or SSH fingerprint, or pinned key is
invalid. | 60, 90 |
230 | SSL certificate or SSL certificate authority error. Verify paths and access
rights ,and try again. | 58, 77, 82, 83, 91, 98 |
240 | Unexpected error | 4, 20, 24, 29, 31, 32, 33, 34, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 57,
62, 68, 69, 71, 72, 74, 75, 76, 85, 86, 89, 93 |
Provide Feedback