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
> 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.
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,
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.
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
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