LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to programe a cuteftp with LABVIEW?

dear sir
i want to programe a cuteftp with LABVIEW
but i am not clear about how to do
0 Kudos
Message 1 of 5
(3,110 Views)
One way is to use ActiveX if cuteftp supports it.
Another way is to use windows script object through labview.
I also believe labview has some ftp utility available, It might be included in the Internet toolkit.

Joe
0 Kudos
Message 2 of 5
(3,110 Views)
Program a cuteftp?

What exactly do you want to do? Upload ? Down Load?

I have a vi that I can post, it uses batch files and ftp.exe. Not very secure, but it works.

Cheers

"cationebox" wrote in message news:7830bdee.0402240342.345f8896@posting.google.com...
> dear sir
> i want to programe a cuteftp with LABVIEW
> but i am not clear about how to do
0 Kudos
Message 3 of 5
(3,110 Views)
On Tue, 24 Feb 2004 07:50:58 -0600, Joe Guo wrote:

> One way is to use ActiveX if cuteftp supports it.
> Another way is to use windows script object through labview.
> I also believe labview has some ftp utility available, It might be
> included in the Internet toolkit.
>
> Joe

Or you can get the OpenG version:
http://openg.org/tiki/tiki-index.php?page=OpenG+Internet+Connectivity+Tools

(click on "attachments tab at top of page)
0 Kudos
Message 4 of 5
(3,110 Views)
Hello,

Thanks for contacting National Instruments.

The easiest way to control any form of FTP interaction through LabVIEW is to use the FTP VIs within the connectivity toolkit (provided you have this toolkit). If you do not have this toolkit, I highly recommend that you visit the following link for more information.
http://sine.ni.com/apps/we/nioc.vp?lang=US&cid=2501

You can refer to the following document for detailed instruction on FTP usage within LabVIEW. http://www.ni.com/support/labview/toolkits/internet/ftp.htm

What sort of FTP operations are you looking to perform? I can't see any advantage of controlling CuteFTP using LabVIEW over using the built-in FTP functionality.

You can find extensive information regarding FTP within LabVIEW by searc
hing our knowledge base entries. To do this, goto www.ni.com, scroll down and click [KnowledgeBase], search for "+labview +ftp", and select any given entry.

I hope this helps! Please feel free to contact me if you need further assistance. Have a great day!

Kind Regards,

Joe Des Rosier
National Instruments
0 Kudos
Message 5 of 5
(3,110 Views)