RFID API Documentation  1.0
Reference guide for RFID API
FTPSERVER_INFOW Struct Reference

FTP-Server Or Location details for firmware update. More...

Data Fields

WCHAR hostName [MAX_PATH]
 Location of files for Software Update. More...
 
WCHAR userName [MAX_PATH]
 If Software available at FTP/SCP location, provide Username for FTP/SCP Server respectively. More...
 
WCHAR password [MAX_PATH]
 If Software available at FTP/SCP location, provide Password for FTP/SCP Server respectively. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

FTP-Server Or Location details for firmware update.

Field Documentation

◆ hostName

WCHAR FTPSERVER_INFOW::hostName[MAX_PATH]

Location of files for Software Update.

This also supports update from secure FTP (FTPS) and SCP. E.g. Software available at FTP location: "ftp://157.235.88.198/pub/XR400/TestRelease/Rev_3_3_7" or Software available locally: "C:/XR400/TestRelease/Rev_3_3_7".

◆ userName

WCHAR FTPSERVER_INFOW::userName[MAX_PATH]

If Software available at FTP/SCP location, provide Username for FTP/SCP Server respectively.

◆ password

WCHAR FTPSERVER_INFOW::password[MAX_PATH]

If Software available at FTP/SCP location, provide Password for FTP/SCP Server respectively.

◆ lpReserved

LPVOID FTPSERVER_INFOW::lpReserved[4]

Reserved for future.