-
-
Save sailfish009/bc0ef640a2f15cef5f60ab460714cb67 to your computer and use it in GitHub Desktop.
ftp get bash shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ftp -pn <<EOF | |
open 192.168.0.10 | |
quote USER anonymous | |
quote PASS aaa | |
binary | |
get $1 | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment