alex-bn-lee

【197】PowerShell 通过 FTP 下载文件

参考:使用 WGET 从FTP上下载文件

在 PowerShell 使用 wget2 工具,代码如下:

wget2 ftp://user:password@192.168.14.31/1.jpg

其中 user 替换为远程 ftp 的用户名
password 替换为远程 ftp 的密码

 

 

分类:

技术点:

相关文章:

  • 2022-01-23
  • 2021-10-15
  • 2021-11-30
  • 2021-10-21
  • 2021-09-10
  • 2021-12-03
  • 2021-12-10
  • 2021-11-28
猜你喜欢
  • 2021-11-19
  • 2021-11-03
  • 2021-12-05
  • 2021-11-06
  • 2021-10-22
  • 2021-12-12
  • 2021-07-05
相关资源
相似解决方案