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