kostenloser Webspace werbefrei: lima-city


Ubuntu/Bash FTP

lima-cityForumProgrammiersprachenSonstige Programmiersprachen

  1. Autor dieses Themas

    youtvti

    youtvti hat kostenlosen Webspace.

    h, kann mir jemand helfen

    ich will FTP verbindung prüfen

    z.b

    Host): youtvti.lima-ftp.de
    Benutzername: youtvti
    password:12345

    Ausgabe:

    Ausgabe!
    FTP verbunden : echo "FTP Online [\033[1;32mOK\033[0m]"
    FTP Kein Verbindung: echo "FTP Ofline [\033[1;31mFAILED\033[0m]"



    Danke voraus:wave:
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. Wieso stellst du diese frage erneut? :wow:
    https://www.lima-city.de/thread/ubuntu-bash-mysql

    Da hast du die Antwort schon erhalten aber hier gerne noch einmal

    #!/bin/bash
    
    Host=HierDeinNutzernamen.lima-db.de
    Benutzername=USER0000000
    Passwort=passwd
     
    if mysql --host="$Host" --user="$Benutzername" --password="$Passwort" < /dev/null > /dev/null 2>&1
      then
        echo -e "MySql Online   [\033[1;32mOK\033[0m]"
      else
        echo -e "MySql Offline  [\033[1;31mFAILED\033[0m]"
    fi


    Beitrag zuletzt geändert: 14.2.2016 16:42:36 von duxaquila
  4. Autor dieses Themas

    youtvti

    youtvti hat kostenlosen Webspace.

    Ich wollte FTP VERBINDUNG keine MYSQLVERBINDUNG/u] Prüfen! :confused::confused:

    Beitrag zuletzt geändert: 15.2.2016 9:48:26 von youtvti
  5. Sorry mein Fehler

    #!/bin/bash
    
    HOST=duxaquila.lima-ftp.de
    ftp -n -v $HOST &>"$HOME/ftp.status" << EOT
    bye
    EOT
    
    grep "Connection timed out" "$HOME/ftp.status" && echo -e "FTP Status   [\033[1;31mOFFLINE\033[0m]" || echo -e "FTP Status   [\033[1;32mONLINE\033[0m]"


    Bevor die Frage aufkommt :)
    Hier mal MySQL FTP und HTTP ;)
    #!/bin/bash
    
    FTP_HOST=duxaquila.lima-ftp.de
    HTTP_HOST=duxaquila.lima-city.de
    MySQL_Host=duxaquila.lima-db.de
    MySQL_Benutzername=USER0000000
    MySQL_Passwort=passwd
      
    if mysql --host="$MySQL_Host" --user="$MySQL_Benutzername" --password="$MySQL_Passwort" < /dev/null > /dev/null 2>&1
      then
        echo -e "MySql Status   [\033[1;32mONLINE\033[0m]"
      else
        echo -e "MySql Status  [\033[1;31mOFFLINE\033[0m]"
    fi
    
    ftp -n -v $HOST &>"$HOME/ftp.status" << EOT
    bye
    EOT
    
    grep "Connection timed out" "$HOME/ftp.status" && echo -e "FTP Status   [\033[1;31mOFFLINE\033[0m]" || echo -e "FTP Status   [\033[1;32mONLINE\033[0m]"
    
    curl -I -s -L $HTTP_HOST | grep "200"  && echo -e "HTTP Status   [\033[1;32mONLINE\033[0m]" || echo -e "HTTP Status   [\033[1;31mOFFLINE\033[0m]"


    Beitrag zuletzt geändert: 15.2.2016 22:26:45 von duxaquila
  6. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!