Gets or sets a value indicating whether to automatically issue `SITE NAMEFMT 1` command when AS/400 system is detected
            in a batch operation such as Download(String, String, TraversalMode) or Upload(String, String, TraversalMode).
            Default is false, which means the `SITE NAMEFMT 1` is issued.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property DisableImplicitAs400NameFormat As Boolean Get Set | 
| C# | 
|---|
| public bool DisableImplicitAs400NameFormat { get; set; } | 
 
     
     
     
     
    