venerdì 17 febbraio 2017

Ftp e Bash

un piccolo script, rubato su Internet non ricordo dove, per mandare in batch l'upload di un file

--------------
#!/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
---------------

Nessun commento:

Posta un commento

Debugger integrato ESP32S3

Aggiornamento In realta' il Jtag USB funziona anche sui moduli cinesi Il problema risiede  nell'ID USB della porta Jtag. Nel modulo...