02-15-2010 12:27 PM
Have you tried datasocket yet as I suggested above?
See also e.g. this example. It would be equally easy to put (=DS write) a file via ftp, just use ftp in the url..
02-16-2010 03:49 AM
he mark ...
i tried it ... in cmd mode i typef in ftp
but then when i try to connect using the open command it doesnt connect with the pc ?
simply it gives the error host did not respond
regards
02-16-2010 09:12 AM
nolsqn wrote:he mark ...
i tried it ... in cmd mode i typef in ftp
but then when i try to connect using the open command it doesnt connect with the pc ?
simply it gives the error host did not respond
regards
You need to resolve this issue first.Something is preventing the communication. Either the server is not configured properly, a firewall setting is blocking things, your network configuration as a whole is not correct or a mryiad of other networking issues that have nothing to do with NI or LabVIEW. You need to be able to do the basic FTP from the command prompt before you can even start to debug your program.