Re: [twsocket] FTP Client - Large files

2012-11-23 Thread Angus Robertson - Magenta Systems Ltd
> I made a typo with the file size. It is 84Mbytes (not 84GBytes) > that fails. 39MByte file is OK Those are trivial sizes for FTP uploads, no reason for difference in behaviour between those sizes. Is this file specific? What about 100 or 200 megs? When I was downloading a VHD (disk image)

Re: [twsocket] FTP Client - Large files

2012-11-23 Thread Graham Powell
1: I am using ICS V8. 2: I made a typo with the file size. It is 84Mbytes (not 84GBytes) that fails. 39MByte file is OK 3: I have no timers running that could mess things up. 4: Your Mag demo works. 5: I have tried playing with the FTP Client Timeout property, but I don't think this is relevant

Re: [twsocket] FTP Client - Large files

2012-11-23 Thread Angus Robertson - Magenta Systems Ltd
> Is the a limit to the size of file I can PutAsync? No limits in recent versions of ICS that use int64. > I am trying to upload a large file (84GBytes) to a FTP site. The > file seems > to transfer OK, but there is nothing to signal the transfer is > complete. No ftpPutAsync and no ftpError

Re: [twsocket] FTP Client - Large files

2012-11-23 Thread Graham Powell
Is the a limit to the size of file I can PutAsync? I am trying to upload a large file (84GBytes) to a FTP site. The file seems to transfer OK, but there is nothing to signal the transfer is complete. No ftpPutAsync and no ftpError event. Smaller files are OK. Graham -- To unsubscribe or chang