aktuelle.kurse/m122/LB2_Projekt-eBilling-Einzelaufgabe/README.md
Harald Mueller 5a0cec1bf4 muh
2022-06-28 15:58:54 +02:00

36 lines
1.1 KiB
Markdown

### 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)
**cmd-Beispiel**
<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)
### 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)
**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)
**Mailing mit PowerShell**
[../tools-technics/mailing-mit-powershell](../tools-technics/mailing-mit-powershell)
<br>
![../tools-technics/mailing-mit-powershell.jpg](../tools-technics/mailing-mit-powershell.jpg)