【197】PowerShell 通过 FTP 下载文件
时间:2016-01-13 21:35:01
收藏:0
阅读:301
在 PowerShell 使用 wget2 工具,代码如下:
wget2 ftp://user:password@192.168.14.31/1.jpg
其中 user 替换为远程 ftp 的用户名
password 替换为远程 ftp 的密码
原文:http://www.cnblogs.com/alex-bn-lee/p/5128388.html
评论(0)