02-26-2023 11:00 PM
Regarding the SFTP connection VI implemented from 2021 ver in LabVIEW, is there a way to connect to a server with a password?
The current node can set the user and address, but I did not see a node that sets a password like FTP, so I asked a question.
Thank you.
Solved! Go to Solution.
02-27-2023 02:56 AM
You need to add "-pw [password]" to the user@host input of the connect VI.
The command then looks something like "-pw password root@192.168.0.5"
02-27-2023 03:08 AM
We understand! Thank you for your answer.