gpt4 book ai didi

powershell - Powershell,ftp,get-childitem

转载 作者:行者123 更新时间:2023-12-02 04:15:47 25 4
gpt4 key购买 nike

Powershell的新功能很少。我正在尝试找到类似get-childitem的命令,该命令将在ftp站点上工作。

这是一些伪代码:

$target = "c:\file.txt"
$username = "username"
$password = "password"
$ftp = "ftp://$username:$password@myftpsite"

$webclient = New-Object System.Net.WebClient
$uri = New-Object System.Uri($ftp)

#below is the code that does not work, get-childitem needs a local path
$name = get-childitem -path $ftp

get-childitem仅适用于本地路径。有谁知道我在ftp站点上如何以这种方式访问​​文件名?

谢谢

最佳答案

如果希望Get-ChildItem在FTP访问的远程文件系统上工作,则需要FTP的PowerShell提供程序。此forum post提到了Nick Howell在FTP提供程序上所做的工作。除此之外,我还没有听说过任何其他用于PowerShell的FTP提供程序。

关于powershell - Powershell,ftp,get-childitem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2877883/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com