I use Delphi
and Lazarus
to create my applications, what should I do to verify the nonexistence of a directory contained on an FTP Server ?
For example, when you check the nonexistence of a local file , use the following commands:
(if not DirectoryExists('C:\Teste') then)
How to do the same on an FTP server?