Forum Moderators: skibum
The key is not to use the mget command, but to use a client that can be programmed to do automagic get commands in a batch mode.
In your affiliate FTP account, you will notice files ending in “.lmp” instead of “.gz”. The “.lmp” extension represents functions and not actual files and you should not attempt to download them.Although the file with the “.gz” extension may not be visible in the FTP directory, you will still be able to download them by using FTP commands such as the following example.
get #*$!_xxx_mp.txt.gz (for the text file version)
Please note that this function only works with the “get” command and will not work with the “mget” command in your script.