Overflow using InetTransferLib from Access Web

  • Thread starter Thread starter jmoss111 via AccessMonster.com
  • Start date Start date
J

jmoss111 via AccessMonster.com

I have been using the fine InetTransferLib for a while and it worked just
fine up til now. I am trying to use the addin to daily download a 56 mb text
file and I keep getting OverFlow 6 in FTP:WriteFTPDataToFile. Has anyone had
this problem and found a solution?

Thanks,

Jim
 
The overflow was caused by:

Call SysCmd(acSysCmdUpdateMeter, CInt(lngTotalBytesWritten / mlngSize))
 
Back
Top