Gets or sets a value that indicates whether to use RNFR/RNTO commands to determine remote file existence.
            Only supported for Windows CE FTP server.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property EnableDummyRenameForFileExists As Boolean Get Set | 
| C# | 
|---|
| public bool EnableDummyRenameForFileExists { get; set; } | 
 
     
     
     
     
    