alex_bn_lee

导航

【197】PowerShell 通过 FTP 下载文件

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

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

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

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

 

 

posted on 2016-01-13 20:21  McDelfino  阅读(2218)  评论(0编辑  收藏  举报