Navigation: ESL Documentation > Quick Reference Guide
Convert the content of a binary file into Hex encoded string.
FileToHexString(FILE_NAME_SV)
Transfer a file to or from a FTP Server.
FTPFile(FTP_URL_SV, FTP_ACTION_IV, FTP_REMOTE_FILE_SV,
FTP_LOCAL_FILE_SV, FTP_USERID_SV, FTP_PASSWORD_SV)
Transfer a file from a FTP Server.
call FTP_Get(FTP_URL_SV, FTP_REMOTE_FILE_SV, FTP_LOCAL_FILE_SV,
FTP_USERID_SV, FTP_PASSWORD_SV, FTP_OVERWRITE_BV, FTP_PASSIVE_BV)
Transfer a file to a FTP Server.
call FTP_Put(FTP_URL_SV, FTP_LOCAL_FILE_SV, FTP_REMOTE_FILE_SV,
Create a Globally Unique Identifier.
Get_GUI( )
Set the errorlevel to the status of the last used HTTP function.
call GetWebStatus()
Create a binary file from a Hex Encoded string.
call HexStringToFile(FILE_NAME_SV, HEX_ENCODED_SV)
Return as a string, the web page referenced by a URL.
HTTPGet(URL_SV, DEBUG_BV, STRIPTAGS_BV, DECODE_BV)
Return as a string, the web page as the result of Posting data to a URL.
HTTPPost(URL_SV, ENCODED_FORM_DATA_SV, DEBUG_BV, STRIPTAGS_BV, DECODE_BV)
Return as a string, the web page as the result of Posting data to a URL, using custom header.
HTTPPostWithHdr(URL_SV, HEADER_SV, ENCODED_FORM_DATA_SV, DEBUG_BV, STRIPTAGS_BV, DECODE_BV)
Remove URL encoding from a string.
URLDecode(URL_STRING_SV)
Add URL encoding to a string.
URLEncode(URL_STRING_SV)