FtpSettings.DisableImplicitAs400NameFormat Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DisableImplicitAs400NameFormat
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.
Declaration
public bool DisableImplicitAs400NameFormat { get; set; }
Property Value
Type | Description |
---|---|
Boolean |