LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Executable using FTP features

Solved!
Go to solution

Hi,

We have created a small app that is using some of the FTP features provided by labview (Data Communications/Protocols/FTP functions palette), a simple feature is to do a DIR on a remote FTP folder to get its content.

When we use our VI's in the Labview dev environnement, everything is ok, we can read the content of the remote directory (meaning, user/password are ok).

When we build this as a Laview Exe app, the app is stucked and nothing happens..... if we try to debug the exe, we get an error saying the ftp connection cannot be established...

What could be the root cause ?

Seems all FTP functions do not work in a Labview EXE

Note that we're using Labview 2014

 

Thanks

 

Francis

0 Kudos
Message 1 of 5
(1,943 Views)

They do work in built applications. If you are getting an error connecting then there would appear to be an issue with the parameters you are passing to the FTP Open. I would be helpful if we could see your code to actually provide more useful answers.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 5
(1,884 Views)
Solution
Accepted by topic author francis.romano@focussia.c

It could be a firewall issue. LabVIEW might be allowed through a firewall but your random executable might not be.

0 Kudos
Message 3 of 5
(1,848 Views)

Hi Bert,

 

Thanks for the suggestion, I confirm it was 'just' a firewall issue !!!

 

Francis

0 Kudos
Message 4 of 5
(1,676 Views)

Thanks for suggestion but the issue was due to the firewall !

0 Kudos
Message 5 of 5
(1,673 Views)