Hi,
I am trying to ftp a file with some very long rows of data (they are just text files).
I have used the three variants of 'put' (filename, stream, bytearray) and all return the following error message in the 'catch' block:
General FTP faiure: Could not PUT file: Records written to file XXXXX in library YYYYY have been truncated. Data in file may not be valid. Data transfer ended. (code=426)
This is to an IBM as400 system. I have used command line ftp (windows xp pro), and two other ftp clients with no issues. I can ftp the file back down to my PC and there are no differences in the files.
Why is the data being truncated using the edtftp.dll api ?
Thanks in advance.