Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Created June 20, 2020 14:56
Show Gist options
  • Select an option

  • Save changhuixu/ea7226d426909f29f3d1fc8dd2c43fd4 to your computer and use it in GitHub Desktop.

Select an option

Save changhuixu/ea7226d426909f29f3d1fc8dd2c43fd4 to your computer and use it in GitHub Desktop.
public class SftpConfig
{
public string Host { get; set; }
public int Port { get; set; }
public string UserName { get; set; }
public string Password { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment