03-02-2023 02:20 AM
Regarding the SFTP connection VI implemented from 2021 ver in LabVIEW, you taught me how to connect to a server with a password.
Is there a way to add an arbitrary port number?
for example
IP address: 192.168.0.5
User: user
password: pass
In the case of
-pw pass user@192.168.0.5
but specify a port other than 22 for this e.g. 2512 It is about the method when granting .
Thank you.
Solved! Go to Solution.
03-02-2023 03:18 AM
instead of something like "-pw pass" you can also use property nodes before the connection. There is also a property for the port number.