Deeper Understading of FTP
Guys I need some help (Explanation on the following).
Code:
227 Entering Passive Mode (10,2,80,151,166,16).
150 Sending file to member TR20081030 in file TR20081030 in library TRBS.
426-Records written to file TR20081030 in library TRBS have been truncated. Data in file may not be valid.
227 Entering Passive Mode (10,2,80,151,166,18).
150 Sending file to member TR20081031 in file TR20081031 in library TRBS.
426-Records written to file TR20081031 in library TRBS have been truncated. Data in file may not be valid.
Above is a println() of my process during FTP. Im using windows Vista and mt FTP server is IBM AS/400 and im transfering flat files. I want to know what does "426-Records written to file ..." Means. Please be gentle Im new to FTP. I had used google to find out but i still need someone to explain it to me in a much easier way.
What i use is ASCII transfer. Sometimes data are not send and sometimes some byte are missing and sometimes it is all OK. Im trying to search why.
Please give me some explanation or even pointers in using FTP transfer in java. Thank you very much.