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, not ftpclient component parameters...
That did the trick. Thanks. My uploads now work fine. BTW, what is the Binary property used for? Is it to tell whether you want to "allow" binary transfers or not internally in the component? 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