--------------
#!/bin/bash
HOST=ftp.xxxx.altervista.org
USER=xxxxx
PASS=xxxxx
ftp -inv $HOST << EOF
user $USER $PASS
cd SMSTracker
put test.txt
bye
EOF
---------------
...ovvero tutto cio' che avrei voluto sapere in dottorato ma nessuno mi ha mai detto. La domanda e': quanto conta il preprocessamen...
Nessun commento:
Posta un commento