RemoteFileLocation public class RemoteFileLocation : FileLocation Documentation 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 string getHost() public string getIdentity() public string getPassword() public string getUser() public bool IsHostIPv6() public bool IsPartialFileTransfer() public void setByteRange(long start, long end)