FtpSettings.UseLegacyPaths Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
UseLegacyPaths
Specifies whether to use old API style paths (relative) or new API style paths (absolute) in multi-file transfers.
Declaration
public bool UseLegacyPaths { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to use absolute paths; true to use relative paths. |