[twsocket] Ping and WIndows 7 question

2010-06-24 Thread Markus Humm
Hello, assume the following: a TCP/IP based device which initially has no IP address and the assignment of an IP works by creating a static MAC address for the desired IP with the MAC address of this device. After this a ping is sent to this IP addres. The device now sees a ARP package with his M

[twsocket] FTP PUT sometimes returns false even though successful

2010-06-24 Thread Mark Jacobs
I have the following small routine to send files via FTP :- bool sendit(AnsiString tosend) { TFtpClient *mjftp; // Some code here to fill up the mjftp object // with tosend, credentials, destination etc., followed by ... return mjftp->Transmit(); } This nearly always succeeds, and the fir