English
Overslaan naar inhoud
Nederlands - Nederland
  • Er zijn geen suggesties want het zoekveld is leeg.

Stappenplan voor het Verbinden met de Specsavers Servers en Bestanden Uploaden

Stappenplan voor het Verbinden met de Specsavers Servers en Bestanden Uploaden

Stap 1: Verbinding Maken met de Specsavers Servers

  1. Open WinSCP.
  2. Maak verbinding met een van de drie Specsavers servers. De serverinformatie en poortnummers (2251-2252-2253) zijn te vinden in KeePass.

Stap 2: Navigeren naar de Storage Map

  1. Ga naar het pad /var/www/specsavers-api/api/storage.
  2. Hier kun je de gemaakte bestanden vinden.

Stap 3: Bestanden Niet Gevonden in de Storage Map

  1. Als er geen bestanden in de storage map staan, open PuTTY.
  2. Voer de volgende commando's uit om naar de juiste directory te navigeren en de bestanden opnieuw aan te maken:
    • cd /var/www/specsavers-api/api
    • php artisan export:flatfiles
  3. Deze commando's zullen de job nogmaals uitvoeren en de bestanden aanmaken.

Stap 4: Handmatig Uploaden naar de SFTP Server

  1. Zodra de bestanden zijn aangemaakt, open FileZilla.
  2. Maak verbinding met de SFTP server op het adres sftp.acousoft.nl.
  3. Upload de bestanden handmatig naar de SFTP server.

Door deze stappen te volgen, kun je de benodigde bestanden ophalen en uploaden naar de SFTP server.

___________________________________________________________________________________________________________________________________________________________________________________________________________
English Version

Step 1: Connect to the Specsavers Servers

  • Open WinSCP.
  • Connect to one of the three Specsavers servers. Server details and port numbers (2251-2252-2253) can be found in KeePass.

Step 2: Navigate to the Storage Folder

  • Go to the path: /var/www/specsavers-api/api/storage.
  • Here, you should find the generated files.

Step 3: Files Not Found in the Storage Folder

  • If no files are present, open PuTTY.
  • Run the following commands to navigate to the correct directory and regenerate the files:
        

    cd /var/www/specsavers-api/api php artisan export:flatfiles
  • These commands will restart the job and generate the missing files.

Step 4: Manually Upload to the SFTP Server

  • Once the files are created, open FileZilla.
  • Connect to the SFTP server at sftp.acousoft.nl.
  • Manually upload the files to the SFTP server.

By following these steps, you can retrieve and upload the required files efficiently