Add-SFTP Cmdlet
Inserts SFTP data.
Syntax
Add-SFTP [parameters]
Remarks
The Add-SFTP cmdlet allows you to use a syntax similar to SQL INSERT statements to create new SFTP records.
Add-SFTP -Connection $connection -Table "Notes" -Columns @("Filename") -Values @("Jon Doe")