I am using vxworks as an operating system, and "cp" here only will be able to copy a file.
vxWorks has function
xcopy which does recursive copy, but when i use same function to copy the
NFS Mounted directory(it is a directory on windows) it is not working properly.
So as an alternative i want a code which can do the same operation on vxworks based machines.