fieldrndservices / libssh2-labview

A LabVIEW library for SSH client support via libssh2
Apache License 2.0
22 stars 2 forks source link

Add example and/or VI to make folder if non-exists on remote #52

Open volks73 opened 2 years ago

volks73 commented 2 years ago

From @jimkring in https://github.com/fieldrndservices/libssh2-labview/issues/51#issuecomment-1146891921:

One last thought: Maybe adding an mkdir -p $UPLOAD_FOLDER SSH command to the SFTP and SCP example VIs would help users avoid possible errors. This could be encapsulated into a VI that looks like the shipping (with LabVIEW) VI that does the same or the OpenG VI "Create Folder if Non-Existent.vi". Just a thought...