This commit is contained in:
Harald G. Mueller 2022-06-07 10:51:25 +02:00
parent e566b10756
commit e092c51281
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
- PASS: Berufsschule8005! - PASS: Berufsschule8005!
*bash-Beispiel* *bash-Beispiel*
´´´ ```
#!/bin/bash #!/bin/bash
ftpHost="ftp.blaueierschwimmen.ch" ftpHost="ftp.blaueierschwimmen.ch"
ftpUser="schoolerinvoices" ftpUser="schoolerinvoices"
@ -25,7 +25,7 @@ mget *.*
close close
bye bye
INPUTBLOCK INPUTBLOCK
´´´ ```
### E-Mail ### E-Mail

View File

@ -10,7 +10,7 @@
- PASS: Berufsschule8005! - PASS: Berufsschule8005!
*bash-Beispiel* *bash-Beispiel*
´´´ ```
#!/bin/bash #!/bin/bash
ftpHost="ftp.blaueierschwimmen.ch" ftpHost="ftp.blaueierschwimmen.ch"
ftpUser="schoolerinvoices" ftpUser="schoolerinvoices"
@ -28,7 +28,7 @@ mget *.*
close close
bye bye
INPUTBLOCK INPUTBLOCK
´´´ ```
### E-Mail ### E-Mail