Cmdlets for SFTP

Build 23.0.8839

Select-SFTP Cmdlet

Parameters   Output Objects  

SFTP データを検索します。

Syntax

Select-SFTP [parameters]

Remarks

Select-SFTP コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSFTP データを検索できます。

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

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