Cmdlets for FTP

Build 24.0.9060

Select-FTP Cmdlet

Parameters   Output Objects  

Searches FTP data.

Syntax

Select-FTP [parameters]

Remarks

The Select-FTP cmdlet allows you to use a syntax similar to SQL SELECT statements to search FTP data.

$conn = Connect-FTP -RemoteHost 'MyFTPServer'
Select-FTP -Connection $conn -Table "Notes" -Columns @("Filesize","Filename") -Where "FilePath='/documents/doc.txt'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060