<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

Aspera.Transfer.RemoteFileLocation

namespace Aspera.Transfer { public class RemoteFileLocation : FileLocation { protected string host; protected string identity; protected string password; protected string user; public RemoteFileLocation(string host, string user, string password); public RemoteFileLocation(string host, string user, string identity, string passphrase); public bool IsHostIPv6(); public string getHost(); public string getUser(); public string getIdentity(); public string getPassword(); public void setByteRange(long start, long end); public bool IsPartialFileTransfer(); } }