Board index » delphi » problem with IdFTP component

problem with IdFTP component


2003-09-04 12:35:46 AM
delphi278
Hi i am writing a small FTP client
idont know how to catch FTP server response messages such us "file
already exists" (when creating directory or file which is already
there) and so on.
I have used NMFTP component and there was better event handler for
this i think.
please help.
Thank you in advance.
 
 

Re:problem with IdFTP component

XXXX@XXXXX.COM (SpiNa) writes news:<XXXX@XXXXX.COM>...
Quote
Hi i am writing a small FTP client

idont know how to catch FTP server response messages such us "file
already exists" (when creating directory or file which is already
there) and so on.

I have used NMFTP component and there was better event handler for
this i think.

please help.
Thank you in advance.
I try to explain it better:
I need to build some event handler which will be fired when something
happend on the server. it must contain information about what happend
and if it was successful or not.