From 67eaee71f40e29cc6c220a69d59084d7b37f16dd Mon Sep 17 00:00:00 2001 From: Harald Mueller Date: Tue, 7 Jun 2022 12:51:42 +0200 Subject: [PATCH] ftp --- m122/LB_Einzelaufgabe_Projekt/README.md | 21 +-------------------- m122/tools-technics/README.md | 1 + 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/m122/LB_Einzelaufgabe_Projekt/README.md b/m122/LB_Einzelaufgabe_Projekt/README.md index 1d58289..c835659 100644 --- a/m122/LB_Einzelaufgabe_Projekt/README.md +++ b/m122/LB_Einzelaufgabe_Projekt/README.md @@ -4,28 +4,9 @@ - [https://www.howtoforge.com/tutorial/how-to-use-ftp-on-the-linux-shell/](https://www.howtoforge.com/tutorial/how-to-use-ftp-on-the-linux-shell/) **bash-Beispiel** +
![../tools-technics/ftpanweisungen.jpg](../tools-technics/ftpanweisungen.jpg) -``` -#!/bin/bash -ftpHost="ftp.blaueierschwimmen.ch" -ftpUser="schoolerinvoices" -ftpPass="Berufsschule8005!" -ftpDir="data" -localDir="daten" - -ftp -i $ftpHost << INPUTBLOCK -quote USER $ftpUser -quote PASS $ftpPass -passive -cd $ftpDir -lcd $localDir -mget *.* -close -bye -INPUTBLOCK -``` - ### E-Mail diff --git a/m122/tools-technics/README.md b/m122/tools-technics/README.md index 2a591e5..dba0679 100644 --- a/m122/tools-technics/README.md +++ b/m122/tools-technics/README.md @@ -8,6 +8,7 @@ *bash-Beispiel* +
![./ftpanweisungen.jpg](./ftpanweisungen.jpg)