Frosty the Coder
Legendary Poster
I'm STILL working on getting an FTP of an XML document to function.
My XML input file has an entry that is 40000+ characters.
The max record length of a physical file is 32766 characters.
The FTP works in that I get the first 32766 characters of the row.
It doesn't work as anything beyond 32766 is truncated.
I'm about to search the internet for ways around this BUT, as is my habit, I'm going to post here first.
Has anyone FTP'd records longer than 32766, and how did you do it?
Has anyone used a non-FTP approach to do this?
Is there a way to read the XML from the windows folder and not use FTP?
Thanks in advance
Frosty
My XML input file has an entry that is 40000+ characters.
The max record length of a physical file is 32766 characters.
The FTP works in that I get the first 32766 characters of the row.
It doesn't work as anything beyond 32766 is truncated.
I'm about to search the internet for ways around this BUT, as is my habit, I'm going to post here first.
Has anyone FTP'd records longer than 32766, and how did you do it?
Has anyone used a non-FTP approach to do this?
Is there a way to read the XML from the windows folder and not use FTP?
Thanks in advance
Frosty