<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Net.FtpWebRequest

public sealed class FtpWebRequest : WebRequest
namespace System.Net { public sealed class FtpWebRequest : WebRequest { public X509CertificateCollection ClientCertificates { get; set; } public long ContentOffset { get; set; } public new static RequestCachePolicy DefaultCachePolicy { 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; } } }