Re: [twsocket] [OT] Writing Vista applications using Delphi

2007-11-13 Thread Woody
From: "Hoby Smith" <[EMAIL PROTECTED]> > I have just got a new Vista Laptop (since you can't get anything else now) > and am having the worst time trying to run BDS 2006 on it. Why not run it in a virtual machine? Load up a VM with XP, install BDS 2006 and there ya

Re: [twsocket] FTP missing bytes

2006-07-06 Thread Woody
rrect transfer mode was used for both client and server. HTH Woody (TMW) -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TFTPClient upload problem

2005-05-17 Thread Woody \(TMW\)
eve I am using version 2.66 of the FTPClient component. Thanks, Woody (TMW) -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TFTPClient upload problem

2005-05-18 Thread Woody \(TMW\)
From: "Arno Garrels" <[EMAIL PROTECTED]> > >Do you explicitly call TypeBinary/TypeBinaryAsync? >It is not enough to set property Binary only. > No, I don't. When and where should I call this? Woody (TMW) -- To unsubscribe or change your settings for TWSoc

Re: [twsocket] TFTPClient upload problem

2005-05-18 Thread Woody \(TMW\)
From: "Arno Garrels" <[EMAIL PROTECTED]> >Woody (TMW) wrote: >> I am using the TFTPclient component in a small app I built for >> maintaining my web pages and files. For a long time, everything worked >> great. Well, I changed ISP's and so I had to move my

Re: [twsocket] TFTPClient upload problem

2005-05-18 Thread Woody \(TMW\)
From: "Guillaume MAISON" <[EMAIL PROTECTED]> > >Woody, i would suggest : > > FTP1.UserName := edUser.Text; > FTP1.Password := edPass.Text; > FTP1.HostName := edURL.Text; > try > if FTP1.Connect then begin > FTP1.TypeBinary; > FT