There is no GetExist()
method in the Rebex FTP/SSL component. You maybe mean the FileExist()
method?
As written in the online help, the FileExists()
method is implemented several ways regarding features the current FTP server supports. On some FTP servers the method doesn't work at all.
By default, the MLST
command is used.
If the MLST
is not supported, we try to use the SIZE
command, sometimes combined with PWD
and CWD
commands.
The best way how to detect, which FTP command is really used, is creating a communication log according to the following article.
If the method still behaves unexceptionally for your server, please create the communication log and send it us to e-mail support@rebex.net for detailed analysis.