public static extern bool FTPcreateDirFramServer(
     string RemoteDirPath,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);
 public static extern int FTPrecvFileListByDateFramServer(
     string path,
     string beginDate,
     string endDate,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);
 public static extern int FTPrecvFileListFramServer(
     string path,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);
 public static extern int FTPrecvFileFramServer(
     string RemotefileNamePath,
     string LocalDirPath,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);
 public static extern int FTPsendFileToServer(
     string LocalfileNamePath,
     string RemoteDirPath,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);
 public static extern bool FTPdelFileFramServer(
     string RemoteFilePath,
     ACE_FILE_SERVER_DLL.FWndCallBackHandle callback);