diff --git a/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md b/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md index c835659..5ec0c3c 100644 --- a/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md +++ b/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md @@ -7,6 +7,11 @@
![../tools-technics/ftpanweisungen.jpg](../tools-technics/ftpanweisungen.jpg) +*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) + ### E-Mail diff --git a/m122/tools-technics/README.md b/m122/tools-technics/README.md index dba0679..d737011 100644 --- a/m122/tools-technics/README.md +++ b/m122/tools-technics/README.md @@ -12,5 +12,11 @@ ![./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