Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active March 21, 2020 00:19
Show Gist options
  • Save sailfish009/bc0ef640a2f15cef5f60ab460714cb67 to your computer and use it in GitHub Desktop.
Save sailfish009/bc0ef640a2f15cef5f60ab460714cb67 to your computer and use it in GitHub Desktop.
ftp get bash shell
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