Sftp.ServerType Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
ServerType
Gets or sets the server type.
Declaration
public SftpServerType ServerType { get; set; }
Property Value
Type | Description |
---|---|
SftpServerType | The server type. Default is Unknown. |
Remarks
Setting this property to Unix causes Rebex SFTP to only treat forward-slash (the '/' character) as directory delimiter instead of both '/' and ''. Additionally, when set to Unix, setting the TransferType property to Ascii enables conversion between Windows-style and Unix-style end-of-line sequences.