diff --git a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c index 1db293b7b..36a5bfa28 100644 --- a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c +++ b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c @@ -1031,7 +1031,7 @@ SINT32 sf_ftp_dailyreport_send(void) return SF_FAILURE; } sprintf((char *)filePath, "UFS:/%s", SF_DAILYREPORT_TXT); - sprintf((char *)filePath, "UFS:/%s-dr.txt", pPara->ModuleImei); + //sprintf((char *)filePath, "UFS:/%s-dr.txt", pPara->ModuleImei); printf("%s:%d filePath:%s\n", __FUNCTION__, __LINE__, filePath); //sf_custom_send_str_get((UINT8 *)SF_DAILYREPORT_FILENAME, customStr);