aktuelle.kurse/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md

27 lines
916 B
Markdown
Raw Normal View History

2022-06-24 09:13:03 +02:00
### FTP
- [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**
<br>
![../tools-technics/ftpanweisungen.jpg](../tools-technics/ftpanweisungen.jpg)
2022-06-24 10:49:34 +02:00
2022-06-23 01:22:16 +02:00
**cmd-Beispiel**
2022-06-23 00:36:43 +02:00
<br>
![../tools-technics/cmd-ftp-start.bat.jpg](../tools-technics/cmd-ftp-start.bat.jpg)
![../tools-technics/cmdcommands.ftp.jpg](../tools-technics/cmdcommands.ftp.jpg)
2022-06-24 10:49:34 +02:00
2022-06-24 09:13:03 +02:00
### E-Mail
- [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:31:02 +02:00
**Mailing mit Python** (Dank an Hr. Noel L. Hug, AP21a)
import win32com.client as win32
<br>
![../tools-technics/mailing-mit-python.jpg](../tools-technics/mailing-mit-python.jpg)