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
- Open WinSCP.
- 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
- Ga naar het pad /var/www/specsavers-api/api/storage.
- Hier kun je de gemaakte bestanden vinden.
Stap 3: Bestanden Niet Gevonden in de Storage Map
- Als er geen bestanden in de storage map staan, open PuTTY.
- 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/apiphp artisan export:flatfiles
- Deze commando's zullen de job nogmaals uitvoeren en de bestanden aanmaken.
Stap 4: Handmatig Uploaden naar de SFTP Server
- Zodra de bestanden zijn aangemaakt, open FileZilla.
- Maak verbinding met de SFTP server op het adres sftp.acousoft.nl.
- 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