Suite.js Documentation

Introduction


Getting Started

• Downloading & Installing
• Running
Examples


Technical Support


Functions

Cryptography
• hashSHA256
• hmacSHA256
• hashSHA512
• hmacSHA512
• hashMD5
• hmacMD5

File System
fileExists
fileRead
fileWrite
folderExists
unzip
zip

Input / Output
beep
prompt
write
writeln

Networking
curlExecute
• nsapiExecute

Operating System
shellExecute

Text Encoding
base64Decode
base64Encode


Advanced Topics

curl Errors

NumberDescription
0No error.
1Unsupported protocol.
2Initialization failed or option not available.
3URL has wrong format.
5DNS didn't return proxy IP.
6DNS didn't return IP for host.
7Connection failed.
8FTP error.
9A service was denied by the server due to lack of access. (When login fails, this is not returned.)
11FTP error. (WEIRD_PASS_REPLY)
13FTP error. (FTP_WEIRD_PASV_REPLY)
14FTP error. (FTP_WEIRD_227_FORMAT)
15FTP error. (FTP_CANT_GET_HOST)
17FTP set command failed.
18Only a part of the file was downloaded.
19File not found.
21Quote command failure.
22HTTP returned an error.
23Write error.
25Failed upload command.
26Couldn't open/read from file.
27Out of memory.
28The timeout time was reached.
30FTP PORT operation failed.
31The REST command failed.
33RANGE command didn't work.
34HTTP Post failed.
35Error when connecting with SSL.
36Couldn't resume download.
37Failed to read file.
38LDAP can't connect.
39LDAP Search failed.
41Function not found.
42Transfer aborted with CURL.Cancel.
43Bad parameters.
45CURL.OptionInterface failed
47Endless re-direct loops
48User specified an unknown option
49Malformed telnet option
51Peer's certificate or fingerprint wasn't verified fine
53SSL crypto engine not found.
54Can not set SSL crypto engine as default.
55Failed sending network data.
56Failure in receiving network data.
58Problem with the local certificate.
59Couldn't use specified cipher.
60Problem with the CA cert. (Possibly involves the path.)
61Unrecognized transfer encoding.
62Invalid LDAP URL.
63Maximum file size exceeded.
64Requested FTP SSL level failed.
65Sending the data requires a rewind that failed.
66f\Failed to initialise ENGINE.
67Login error. (User, password or similar was not accepted.)
68File not found on server.
69Permission problem on server.
70Out of disk space on server.
71Illegal TFTP operation.
72Unknown transfer ID.
73File already exists.
74No such user.
75Conversion failed.
76Caller must register conversion callbacks.
77Could not load CACERT file, missing or wrong format.
78Remote file not found.
79Error from the SSH layer.
80Failed to shut down the SSL connection.
81Socket is not ready for send/recv, wait till it's ready and try again.
82Could not load CRL file, missing or wrong format.
83Issuer check failed.
84A PRET command failed.
85Mismatch of RTSP CSeq numbers.
86Mismatch of RTSP Session Identifiers.
87Unable to parse FTP file list.
88Chunk callback reported error.

© Copyright 2025 Tim Dietrich. | Legal Info