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
847 B
22 lines
847 B
4 years ago
|
namespace CK.SCP.GrupUniApi.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";
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|