标签: powershell ftp
我想要一个简单的PowerShell脚本从ftp位置获取内容(提示输入pw)并比较内容:
Compare-Object $(Get-Content C:\a.txt) $(Get-Content C:\b.txt)