You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
843 B

1 year ago
namespace CK.SCP.UniApi.Config
{
public class FtpConfig
{
public string ظĿ¼ { get; set; } = "c:\\";
public string ؽĿ¼ { get; set; } = "FromErp";
public string طĿ¼ { get; set; } = "ToErp";
public string رĿ¼ { get; set; } = "Bak";
public bool ǷִFTP { get; set; } = true;
public string ַ { get; set; } = "127.0.0.1";
public string ˿ { get; set; } = "21";
public string û { get; set; } = "admin";
public string { get; set; } = "5E0AFEB85CA001A3371A9F19E7EC4DFF";
public string Զ̸Ŀ¼ { get; set; } = "/";
public string ԶToErpĿ¼ { get; set; } = "in";
public string ԶFromErpĿ¼ { get; set; } = "toWms";
public string ԶBakĿ¼ { get; set; } = "bak";
}
}