Skip to content

Instantly share code, notes, and snippets.

@skenderbeu
Created July 6, 2018 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skenderbeu/271f67c01824fda60de44d26fc5e9768 to your computer and use it in GitHub Desktop.
Save skenderbeu/271f67c01824fda60de44d26fc5e9768 to your computer and use it in GitHub Desktop.
public class UploadConfig
{
public string Protocol { get; set; }
public string Host { get; set; }
public string User { get; set; }
public string Password { get; set; }
public string ZipFileName { get; set; }
public string RemotePath { get; set; }
public string PrivateKeyPath { get; set; }
public string Port { get; set; }
public string Prefix { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment