1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Umweltdatenmessung/diverses/ftp.sh

6 lines
364 B
Bash
Raw Normal View History

2014-06-04 16:54:23 +02:00
host=$(cat /home/pi/Temperaturmessung/diverses/ftp_settings.txt | head -n 1)
benutzername=$(cat /home/pi/Temperaturmessung/diverses/ftp_settings.txt | head -n 2 | tail -n 1)
passwort=$(cat /home/pi/Temperaturmessung/diverses/ftp_settings.txt | tail -n 1)
cd /home/pi/Temperaturmessung/
ncftpput -V -m -u $benutzername -p $passwort $host / dygraphs.csv text_ws.txt