aktuelle.kurse/m122/tools-technics/README.md

39 lines
966 B
Markdown
Raw Normal View History

2022-05-24 13:49:44 +02:00
# m122
## Tools & Technics
### FTP
2022-06-03 12:01:08 +02:00
- [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/)
2022-06-07 12:47:28 +02:00
2022-06-07 10:46:59 +02:00
2022-06-23 01:22:16 +02:00
**bash-Beispiel**
2022-06-07 12:51:42 +02:00
<br>
2022-06-07 12:47:28 +02:00
![./ftpanweisungen.jpg](./ftpanweisungen.jpg)
2022-06-07 10:46:59 +02:00
2022-06-23 01:22:16 +02:00
**cmd-Beispiel**
2022-06-23 00:36:43 +02:00
<br>
![./cmd-ftp-start.bat.jpg](./cmd-ftp-start.bat.jpg)
![./cmdcommands.ftp.jpg](./cmdcommands.ftp.jpg)
2022-06-07 10:46:59 +02:00
### E-Mail
2022-06-28 15:58:54 +02:00
- [https://www.linuxfordevices.com/tutorials/linux/mail-command-in-linux](https://www.linuxfordevices.com/tutorials/linux/mail-command-in-linux)
- [https://www.geeksforgeeks.org/send-mails-using-a-bash-script](https://www.geeksforgeeks.org/send-mails-using-a-bash-script)
2022-06-28 15:25:41 +02:00
**Mailing mit Python** (Dank an Hr. Noel L. Hug, AP21a)
import win32com.client as win32
<br>
2022-06-28 15:58:54 +02:00
![./mailing-mit-python.jpg](mailing-mit-python.jpg)
**Mailing mit PowerShell**
[./mailing-mit-powershell](./mailing-mit-powershell)
<br>
![./mailing-mit-powershell.jpg](./mailing-mit-powershell.jpg)