LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FTP Get File - File Not Found

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?  

 

 

Andrew
Download All
0 Kudos
Message 1 of 4
(4,749 Views)

In your vi, you have

c/ni-rt/test.txt

 

should it be (with a leading /)?

/c/ni-rt/test.txt

 

-Jacob

0 Kudos
Message 2 of 4
(4,728 Views)

Hi Jacob,

 

Adding the leading / didn't help.  I'm still seeing Error Code 15550. 


Andrew

Andrew
0 Kudos
Message 3 of 4
(4,726 Views)

Hello arcranda,

 

Have you tried what's in this KB

 

Why Do I Get Error 15550 When Trying to FTP a File to My Real-Time Controller?

 

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,

Miriam
Field Applications Engineer
NI Colombia
CLD
0 Kudos
Message 4 of 4
(4,705 Views)