<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Net.FtpWebRequest

public sealed class FtpWebRequest : WebRequest
public static RequestCachePolicy DefaultCachePolicy { get; set; }

public long ContentOffset { get; set; }

public bool EnableSsl { get; set; }

public bool KeepAlive { get; set; }

public int ReadWriteTimeout { get; set; }

public string RenameTo { get; set; }

public ServicePoint ServicePoint { get; }

public bool UseBinary { get; set; }

public bool UsePassive { get; set; }