Sets the path and filename of the BIFTP utility of the Printer Driver, used for the FTP upload feature.
SetFTPProgramFile(pDevMode As Long, pValue As String) As Boolean
Input value pDevMode:
Handle to the BlackIceDEVMODE.
Input value pValue:
The new absolute path to the BiFTP utility.
Return value:
True on success, otherwise False.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.