<i> made sure that I used=A0 backslashes in the path for the write jpeg vi for the unix server.</i><p> Backslashes are a Windows separator - it's not universal. Mac uses ":" as the separator (for historical reasons - even though it's "/" in the Mac command line. You need to compose your path using colons, not backslashes.
Suggestion: 1... Manually move a file to the unix server, where you want to put your JPEG. 2... Put a PATH control on a new VI. 3... Use the BROWSE button to browse to the unix folder and choose the file you manually put there. (you have to mount the volume first). 4... Compose your path to look like what you see in that PATH control.
