Well, can anyone see what's wrong with the following code that might be causing the problem?:
DPath:='C:\Documents and Settings\dave\My Dociments\Files to upload'; FtpClient1.LocalFileName := DPath+'\'+StringGrid1.Cells[1,StringGrid1.Row]; showmessage(FTPClient1.LocalFileName);//<- Shows the correct filename and path... FtpClient1.PutAsync; If I can't solve this, I might write a kludge to run the windows ftp DOS program from within Delphi to use the 'PUT' directive with ShellExecute. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
