1
Use the Delphi
and the Lazarus
to create my applications, what should I do to check the non-existence of a directory contained in a FTP server?
For example, when will you check the non-existence of a local archive, use the commands:
(if not DirectoryExists('C:\Teste') then)
How to do the same on an FTP server?
Are you using Tchilkatftp2 ? if you have an ftp.Changeremotedir('Camiodapasta'); and put in an if, it returns 1 if it exists, play the Else if there is no http://www.example-code.com/delphiAx/ftp_dirExists.asp
– Gabriel Rodrigues