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