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; > FTP1.TypeSet; >... > >Binary and typeset are ftp commands

Re: [twsocket] TFTPClient upload problem

2005-05-18 Thread Guillaume MAISON
> Arno, > > I tried putting a call to TypeBinary just after filling in user,password and > host name but before opening the connection and it didn't change anything. > > FTP1.UserName := edUser.Text; > FTP1.Password := edPass.Text; > FTP1.HostName := edURL.Text; > FTP1.TypeBinary; > FTP1.

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 web page over to the >> new location. Now,

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 TWSocket mailing list please goto http://www.

Re: [twsocket] TFTPClient upload problem

2005-05-17 Thread Arno Garrels
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 web page over to the > new location. Now, whenever I upload my zip files to the ftp dir

[twsocket] TFTPClient upload problem

2005-05-17 Thread Woody \(TMW\)
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 web page over to the new location. Now, whenever I upload my zip files to the ftp directory, they seem to get