Created
June 20, 2020 14:56
-
-
Save changhuixu/ea7226d426909f29f3d1fc8dd2c43fd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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