gpt4 book ai didi

windows - 通过 powershell v3.0 启用 ssl 连接 filezilla

转载 作者:太空宇宙 更新时间:2023-11-03 14:56:38 25 4
gpt4 key购买 nike

通过使用 power shell 脚本,我可以通过正常 session 连接到我的 ftp 服务器。但无法通过安全 session 连接。 每当我尝试通过 ssl 连接时,它都会显示错误“需要 SSL”。谁能告诉我用于 power shell 的参数。 FTP服务器:IIS

最佳答案

假设您正在使用 System.Net.FtpWebRequest,将 EnableSsl 属性设置为 true:

$ftp = [System.Net.FtpWebRequest]::Create("ftp://ftp.example.com")
$ftp.EnableSsl = $true

关于windows - 通过 powershell v3.0 启用 ssl 连接 filezilla,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28559495/

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