NS-仿真实验--FTP[7]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

        if((*servip)==',')

                {

                ii++;

                *servip='.';

                }

        if(ii==4)

                break;

        servip++;

        }

        *servip =0;

        servip=buff;

        strncpy(tempbuf,ptr+strlen(buff)+5,91-71-strlen(buff));

        //printf("tempbuf is %s\n",tempbuf);

       

        int count=0;

        for(int jj=0;true;jj++)

        {

        if(tempbuf[jj]==13)

                {

本文关键:NS-仿真实验--FTP
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top