vxWorks FTP ftpCommand

关于使用FTP接口在vxworks上的编程,

我想说的是上传文件;

ftpCommand(ctrSock, "STOR %s", (int)filename, 0, 0,...);

//get the dataSock,

while ((byte=write(dataSock, buf, buflen) > 0)

{

 

}

 

你可能感兴趣的:(vxWorks FTP ftpCommand)