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: 

SFTP's Password Setting

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(832 Views)
Solution
Accepted by topic author lesprs

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"

Message 2 of 3
(811 Views)

We understand! Thank you for your answer.

0 Kudos
Message 3 of 3
(805 Views)