From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FTP with LabVIEW

I'd like to download files by FTP, controlled by a LabVIEW 5.0 VI running on
Win2k. Server is Unix.

Is it possible ?

Thanks.
0 Kudos
Message 1 of 6
(3,090 Views)
ISTR the "ncftp" distribution has command line programs to put and get files
from a remote FTP server. In conjunction with Labview's "Exec" function this
should do what you want with a minimum of fuss.

David PICARD wrote in message
news:9qen68$ofr$2@ellebore.saclay.cea.fr...
> I'd like to download files by FTP, controlled by a LabVIEW 5.0 VI running
on
> Win2k. Server is Unix.
>
> Is it possible ?
>
> Thanks.
>
>
>
0 Kudos
Message 2 of 6
(3,090 Views)
The Internet Toolkit has FTP functions.
0 Kudos
Message 3 of 6
(3,090 Views)
Two other ideas:
- if you have MS Visual Studio (or at least Visual Basic), you might want to use Microsoft Internet Transfer Control (via ActiveX)
- if you have time, you can develop a small FTP client (using TCP related VIs and some documentation on FTP protocol)
Good luck!
0 Kudos
Message 4 of 6
(3,090 Views)
"David PICARD" wrote in
news:9qen68$ofr$2@ellebore.saclay.cea.fr:

> I'd like to download files by FTP, controlled by a LabVIEW 5.0 VI
> running on Win2k. Server is Unix.
>
> Is it possible ?
>
> Thanks.
>
>
>

Without using the internet toolbox, try using a system command to "bang
out" to win2k's ftp routine.

Scott
0 Kudos
Message 5 of 6
(3,090 Views)
You can do it with DataSocket which is built into LabVIEW. The command
syntax is complicated and you may need help from NI. I've done it before
but do not remember the syntax.

Best Regards,

Neal Pederson, President, VI Control Systems
1923 Mendius Lane, Los Alamos, NM 87544
TEL: (505) 662-1461, FAX: (866) 422-2931
np@vicontrols.com, www.vicontrols.com
0 Kudos
Message 6 of 6
(3,090 Views)