diff --git a/m122/tools-technics/x_ressources/cmd-ftp-start.bat b/m122/tools-technics/x_ressources/cmd-ftp-start.bat new file mode 100644 index 0000000..0d08dec --- /dev/null +++ b/m122/tools-technics/x_ressources/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/x_ressources/cmd-ftp-start.bat.jpg b/m122/tools-technics/x_ressources/cmd-ftp-start.bat.jpg new file mode 100644 index 0000000..b45ccb6 Binary files /dev/null and b/m122/tools-technics/x_ressources/cmd-ftp-start.bat.jpg differ diff --git a/m122/tools-technics/x_ressources/cmdcommands.ftp b/m122/tools-technics/x_ressources/cmdcommands.ftp new file mode 100644 index 0000000..5da124c --- /dev/null +++ b/m122/tools-technics/x_ressources/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/x_ressources/cmdcommands.ftp.jpg b/m122/tools-technics/x_ressources/cmdcommands.ftp.jpg new file mode 100644 index 0000000..38812ed Binary files /dev/null and b/m122/tools-technics/x_ressources/cmdcommands.ftp.jpg differ diff --git a/m122/tools-technics/x_ressources/ftp-zugangsdaten.png b/m122/tools-technics/x_ressources/ftp-zugangsdaten.png new file mode 100644 index 0000000..4dc6a50 Binary files /dev/null and b/m122/tools-technics/x_ressources/ftp-zugangsdaten.png differ diff --git a/m122/tools-technics/x_ressources/ftpanweisungen.jpg b/m122/tools-technics/x_ressources/ftpanweisungen.jpg new file mode 100644 index 0000000..d41ce02 Binary files /dev/null and b/m122/tools-technics/x_ressources/ftpanweisungen.jpg differ diff --git a/m122/tools-technics/x_ressources/linuxcommands.ftp b/m122/tools-technics/x_ressources/linuxcommands.ftp new file mode 100644 index 0000000..65f46a6 --- /dev/null +++ b/m122/tools-technics/x_ressources/linuxcommands.ftp @@ -0,0 +1,19 @@ +ftp + + open ftp.haraldmueller.ch +schoolerinvoices +Berufsschule8005! + +passive +prompt + +lcd data +cd data + +mget *.txt + +cd .. +lcd .. + +close +bye diff --git a/m122/tools-technics/x_ressources/mailing-mit-phpwebserver.jpg b/m122/tools-technics/x_ressources/mailing-mit-phpwebserver.jpg new file mode 100644 index 0000000..bb01e79 Binary files /dev/null and b/m122/tools-technics/x_ressources/mailing-mit-phpwebserver.jpg differ diff --git a/m122/tools-technics/x_ressources/mailing-mit-powershell.jpg b/m122/tools-technics/x_ressources/mailing-mit-powershell.jpg new file mode 100644 index 0000000..4a1bc27 Binary files /dev/null and b/m122/tools-technics/x_ressources/mailing-mit-powershell.jpg differ diff --git a/m122/tools-technics/x_ressources/mailing-mit-python.jpg b/m122/tools-technics/x_ressources/mailing-mit-python.jpg new file mode 100644 index 0000000..6fd41eb Binary files /dev/null and b/m122/tools-technics/x_ressources/mailing-mit-python.jpg differ diff --git a/m122/tools-technics/x_ressources/smart-mail_pop3-smtp-daten.png b/m122/tools-technics/x_ressources/smart-mail_pop3-smtp-daten.png new file mode 100644 index 0000000..c9d42a9 Binary files /dev/null and b/m122/tools-technics/x_ressources/smart-mail_pop3-smtp-daten.png differ diff --git a/m122/tools-technics/x_ressources/ssmtp.conf.png b/m122/tools-technics/x_ressources/ssmtp.conf.png new file mode 100644 index 0000000..b39d596 Binary files /dev/null and b/m122/tools-technics/x_ressources/ssmtp.conf.png differ