LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone who can provide FTP download method in Labview7.1

Dear All, 

 Labview 7.1 seems don't have the FTP toolkit, I want to write a FTP client to pick file from a chipset ram.

I have no way to make it, can anyone give me a hand. Thanks.

Amanda
0 Kudos
Message 1 of 9
(3,042 Views)

Hi amandaila,

  Though Labview 7.1 may or maynot have FTP toolkit,but it must be having system Exec.vi.Using that one you can execute Windows FTP commands and make a FTP client.

                                                    http://www.nsftools.com/tips/MSFTP.htm.This Link will show you all FTP commands executed in windows environment.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 9
(3,035 Views)

Hi srikrishnaNF,

Thanks for your advice, I have use SystemExe, it alway make PC so slowly.

and I prepare to use C to build a dll for Labview7.1 calling.

Though I don't know whether it is a better way to do so.

 

Amanda
0 Kudos
Message 3 of 9
(3,030 Views)

Hi amanda,

  May be your dll will work i guess...But systemExec.vi is not slow as i already developed an application using this procedure.I did not face any problems.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 4 of 9
(3,020 Views)

The FTP toolkit is actually part of the Internet Toolkit which is something you need to buy. An alternative is to use the old OpenG Internet Connectivity Tools. Note that these are no longer supported. I have no idea if Kevin is still answering questions on these libraries.

0 Kudos
Message 5 of 9
(3,009 Views)

Try these.

Download All
0 Kudos
Message 6 of 9
(2,997 Views)

Hi pcardinale,

I have try FTP_Get_File.vi, the first command FTP -A IPaddress get Filename bye can not use.

I send command step by step(FTP, open Ipaddress, get filename localfolder), it can work(copy remotefile to local folder).

but when I use Labview to realize those steps, it can not do as expected. 

Amanda
0 Kudos
Message 7 of 9
(2,966 Views)

Tray concatenating all of your commmands into a single multi-line string, and use only one call to "System Exec"

0 Kudos
Message 8 of 9
(2,948 Views)

You might be able to use DataSocket to perform an FTP transfer...

 

http://zone.ni.com/devzone/cda/tut/p/id/3224#toc5


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 9 of 9
(2,932 Views)