The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 08-22-2008
deepthi.s deepthi.s is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 11
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.