Creates a new remote file, initialized with a byte array.


icon

Inputs/Outputs

  • cNI__SFTP_lvlib_Sessionlvclass.png session in

    session in specifies the session of the SFTP server connection.

  • c1du8.png data

    data specifies the buffer, in byte array, of the file you want to upload.

  • cstr.png remote path

    remote path specifies the path of the directory where the file is uploaded.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ci32.png timeout (ms)

    timeout (ms) specifies the time, in milliseconds, that the VI waits before timing out. A value of –1 indicates to wait indefinitely. The default value is 30000.

  • cNI__SFTP_lvlib_File_Attributeslvclass.png attributes

    attributes specifies the reference to the information, such as name, size, permissions and modification time, about the file you upload.

  • iNI__SFTP_lvlib_Sessionlvclass.png session out

    session out returns a session that stores the configuration and state of an SFTP server connection. Use this session to refer to the SFTP server connection in subsequent VI calls.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.