piZviZ Posted December 26, 2014 Report Share Posted December 26, 2014 I am using web publishing tool to publish VI where i have put one file dioulog button.I want to load one file from client and store it inot server.How it can be possible using FTP?I dont know how to setup FTP protocol in labview ? Quote Link to comment
hooovahh Posted December 28, 2014 Report Share Posted December 28, 2014 There is an FTP palette in at least 2013 under Data Communication >> Protocols. There is also other FTP options like the internet toolkit, the real-time toolkit I think has FTP, and even command line options. All of these except the last should have examples in the Help >> Example finder. 1 Quote Link to comment
piZviZ Posted December 28, 2014 Author Report Share Posted December 28, 2014 I am able to put file on FTP server when i am using published vi(URL) on my computer .But when i am trying to put file into FTP server from other PC connected in same network .Its give error.. Untitled 1.vi Quote Link to comment
piZviZ Posted December 28, 2014 Author Report Share Posted December 28, 2014 Hiiiii..look at this error... Quote Link to comment
Michael Aivaliotis Posted December 28, 2014 Report Share Posted December 28, 2014 This assumes you have an ftp server running on your local machine, right? That's what 127.0.0.1 implies. In any case, error 7 is always a file not found error. So probably the path to the local file is wrong. Quote Link to comment
piZviZ Posted December 30, 2014 Author Report Share Posted December 30, 2014 I am publishing this vi using web server.So client can give path of file(using browser) that they want to put into server. I chnaged 127.0.0.1 to server ip adress . Eventhough i am getting this error.. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.