Re: [twsocket] FtpClient1 and PutAsync proble in parameters

2006-05-25 Thread Francois PIETTE
FtpClient1.HostFileName := 'UFILE_1MB.pdf'; FtpClient2.LocalFileName := 'C:\Evrizonikotita\UFILE_1MB.pdf'; FtpClient2.PutAsync; i get the following error : 'STOR ': Invalid number of parameters You have two FTP component on

[twsocket] TFTPClient- the command ls

2006-05-25 Thread Joshua
Hi there, first i have to say: sorry for my bad english ;-) I want to program a FTP-Client, but the ICS-Client is not easy to use. How can I get more informations about the files on the FTP-Server ? The command ls gives me a list with folders and files, but how can I get the files or the

Re: [twsocket] TFTPClient- the command ls

2006-05-25 Thread Arno Garrels
[EMAIL PROTECTED] wrote: The command ls gives me a list with folders and files, but how can I get the files or the folders only ? Please find attached ZIP, FtpCommon.pas (9 KB, hopefully not deleted by the listserver) helps a lot when you need to parse the returned file listing. I HAVEN'T