LabSSH provides a convenience method for uploading files quickly - it's a single VI call. Just provide the source filename (local computer) and the destination filename (remote computer), and you're ready to go.
Using this method, everything is handled by LabSSH - opening the file, initiating the SCP connection, transferring the file chunk-by-chunk. You, the developer, need to make only 1 call.
Just like with SCP uploads, you can also download files with a single VI call. Again, by only providing the source filename (remote computer) and destination filename (local computer), you'll be able to perform an SCP file transfer without having to do anything else.
For applications with more complex requirements, LabSSH provides for fine-grained control over SCP transfers with a small set of low-level VI's.
Using these will allow you to take control over:
Just as one example, you could transfer a file via one remote computer to another remote computer, with the LabVIEW host as an intermediary. LabSSH is flexible enough to fit all use cases.
Getting started is quick and easy!