自动登录FTP

#!/bin/sh
ftp -n<<!
open 192.168.1.1
user youruser yourpassword
cd web
get u.php
!

2人评论了“自动登录FTP”

发表评论

滚动至顶部