07-03-2006 05:41 PM
07-05-2006 10:48 AM
VxWorks uses a very non-standard FTP server, this caused me all sorts of problems at my last job when I had to access the server on our products. I basically had to manually keep track of exactly where I was in the file structure.
It was a pain but it is probably what you are going to have to do also. I am not familiar with the NI InetFTP* functions but I suspect they are geared towards a "standard" Unix-style FTP server with a certain output format. If it doesn't get the format it expects, it just grabs whatever is in the place it is trying to find the directory name.