Cats‧Nets‧Infos‧Apples‧Linux‧All about it
#!/bin/shhost="123.123.123.123"id="USER_ACCOUNT"pw="USER_PASSWORD"remodir="/"filename="XXX.tar.gz"echo "open $hostuser $id $pwbinarypromptcd $remodirput $filenamebye" | ftp -n
wget --secure-protocol=auto --no-check-certificate -qO /what_you_want_to_save/just_you_like.html "https://what.you.want.exec/some_exec.php"