<div dir="ltr"><div class="gmail_extra">On 27 September 2013 05:53, Bakkies Gatvol <span dir="ltr"><<a href="mailto:bakgat8@hotmail.com" target="_blank">bakgat8@hotmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#008A17">SIZE being set to 31856</font><font color="#008A17">  <font color="#000000"><br></font></font></blockquote>

</div><br>This is from the FTP server you're using.  Nothing to do with Xymon.</div><div class="gmail_extra"><br></div><div class="gmail_extra">MAXBYTES is read into an "int" (signed) variable, and copied to another of type "off_t".  I think the size of these types is architecture-dependent, but you can expect these to be at least 16 bytes, which should mean a number up to 32767.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">I'm not a C programmer, so someone else might correct me.  Also, there may be other constraints on how MAXBYTES is used.</div><div class="gmail_extra"><br></div>

<div class="gmail_extra">J</div><div class="gmail_extra"><br></div></div>