So you got no error message at all? How have you determined that the data is junk? Also, what kind of LOBs do you try to import (CLOB vs. BLOB)? For CLOBs, you may have code page issues. Depending on how where you got the data to be imported from, you may have send the data in the wrong mode (ASCII as binary FTP or vice versa).
In short, I believe that you simply had a problem in your setup and not a DB2 problem. But given that we don't have any details, we can only give some educated guesses.