Obtain inventory information from SanMar's FTP server and store it in a MySQL database.
Download inventory information from SanMar.
Variables
FTP connection used to access SanMar's inventory information.
Path to the file on the FTP Server where the inventory information exists.
MySQL database where the inventory information will be stored.
Table name, in schema.table format, where the deduplicated inventory data will be permanently stored.
Table name, in schema.table format, where the FTP file data will be temporarily stored and examined for deduplication.
If enabled, tables specified that do not exist will be created.