06-23-2009 06:59 AM
hi
How to establish a FTP connection to load File onto Server from my GUI.
To establish FTP connection i ll be using the IP address of Server & the user name & password .
I was trying to search for some help or some examples for FTP connection ..but to open FTP browser.vi stored in LAbview's examples .. it says addon toolkit needed is not installed ..
so i would like to know about the Addon toolkit required to establish FTP connection...
& is it freely available ? ..
Or
if there are any examples or documentation or links that can guide me
to establish a FTP connection from GUI to server ...please do send me
any help related to this topic..
waiting in anticipation for your Help ..
Regards,
Yogan
06-23-2009 11:43 AM
If you use LabWindows/CVI (I assume so since you posted your
question in the CVI forum), take a look at this site for useful
info about building basic FTP applications in CVI.
http://pagesperso-orange.fr/philippe.baucour/pratiquer/tcp/ftp1.html
You may also download example code from here:
http://pagesperso-orange.fr/philippe.baucour/download/reseaux/reseau.html
The web sites are written in French, but you can easily find an online
translator to translate them for you. The comment in those codes
were written in both English and French. They should be very helpful.