SFTP Seek File.vi¶
Description¶
Move SFTP file handle’s read/write pointer to a specified position.
SFTP file handle must have been initialized by calling SFTP Open File.vi.
Inputs¶
File Position¶
Required: | Yes |
---|
File offset, in bytes, to move the SFTP file handle’s read/write pointer to.
error in¶
Required: | No |
---|---|
Default: | No Error |
Incoming error from previous VI call. Is passed through to error out.
Warning
LabVIEW will not execute Call Library Function Node if there is an error present on the wire. Ensure that there is no error prior to calling this VI – unexpected behavior will occur.