03-13-2012 01:38 PM
I'm attempting to use FTP Get File.vi to pull some files off of my cRIO, but it keeps returning a 550 File not found error.
I can access the files using IE and Chrome's FTP client (screen shot of directory attached).
I've tried switching the active flag, swapping the local/remote addresses with no success. Changing the directory from /c/ni-rt/test.txt to /ni-rt/test.txt puts the VI into a super long loop - when it times out it returns an Error 66.
Am I missing something?
03-13-2012 02:51 PM
In your vi, you have
c/ni-rt/test.txt
should it be (with a leading /)?
/c/ni-rt/test.txt
-Jacob
03-13-2012 02:54 PM
Hi Jacob,
Adding the leading / didn't help. I'm still seeing Error Code 15550.
Andrew
03-14-2012 11:46 AM
Hello arcranda,
Have you tried what's in this KB
I think your problem is related to using '/' When trying to access a server you should be using this '\'
I hope this was helpful.
Regards,