FTPFileExist - cFTPTransfer
Returns true if sFile exist on the remote host, and false otherwise
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sFile | String | name of the file |
Syntax
Function FTPFileExist String sFile Returns Boolean
Call Example
Get FTPFileExist sFile to BooleanVariable
Description
FtpFileExist returns true if sFile exist on the remote host, and false otherwise.
Return Value
Returns true if sFile exist on the remote host, and false otherwise