--------------
#!/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
---------------
from dash import Dash , html , dcc , callback , Output , Input , State import plotly . express as px import pandas as pd import...
Nessun commento:
Posta un commento