diff --git a/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md b/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md index c835659..1b292ed 100644 --- a/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md +++ b/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md @@ -7,6 +7,14 @@
![../tools-technics/ftpanweisungen.jpg](../tools-technics/ftpanweisungen.jpg) +<<<<<<< HEAD +======= +**cmd-Beispiel** +
+![../tools-technics/cmd-ftp-start.bat.jpg](../tools-technics/cmd-ftp-start.bat.jpg) +![../tools-technics/cmdcommands.ftp.jpg](../tools-technics/cmdcommands.ftp.jpg) + +>>>>>>> f01f80e5b632526ced75b35c5e7bb6be29579f2a ### E-Mail diff --git a/m122/tools-technics/README.md b/m122/tools-technics/README.md index dba0679..29cf4db 100644 --- a/m122/tools-technics/README.md +++ b/m122/tools-technics/README.md @@ -7,10 +7,16 @@ - [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* +**bash-Beispiel**
![./ftpanweisungen.jpg](./ftpanweisungen.jpg) +**cmd-Beispiel** +
+![./cmd-ftp-start.bat.jpg](./cmd-ftp-start.bat.jpg) +![./cmdcommands.ftp.jpg](./cmdcommands.ftp.jpg) + + ### E-Mail diff --git a/m122/tools-technics/cmd-ftp-start.bat b/m122/tools-technics/cmd-ftp-start.bat new file mode 100644 index 0000000..0d08dec --- /dev/null +++ b/m122/tools-technics/cmd-ftp-start.bat @@ -0,0 +1,2 @@ +ftp -i -s:cmdcommands.ftp +pause \ No newline at end of file diff --git a/m122/tools-technics/cmd-ftp-start.bat.jpg b/m122/tools-technics/cmd-ftp-start.bat.jpg new file mode 100644 index 0000000..b45ccb6 Binary files /dev/null and b/m122/tools-technics/cmd-ftp-start.bat.jpg differ diff --git a/m122/tools-technics/cmdcommands.ftp b/m122/tools-technics/cmdcommands.ftp new file mode 100644 index 0000000..5da124c --- /dev/null +++ b/m122/tools-technics/cmdcommands.ftp @@ -0,0 +1,12 @@ +open ftp.blaueierschwimmen.ch +schoolerinvoices +Berufsschule8005! + +cd data + +mget *.txt + +cd .. + +close +bye diff --git a/m122/tools-technics/cmdcommands.ftp.jpg b/m122/tools-technics/cmdcommands.ftp.jpg new file mode 100644 index 0000000..38812ed Binary files /dev/null and b/m122/tools-technics/cmdcommands.ftp.jpg differ