diff --git a/content/wordpress/sftp.md b/content/wordpress/sftp.md index a5e1c30..fb68187 100644 --- a/content/wordpress/sftp.md +++ b/content/wordpress/sftp.md @@ -18,13 +18,14 @@ Wir richten dir anschließend deinen Zugang ein. Nach der Anmeldung findest folgende Verzeichnisstruktur vor: ```Shell -└── backups/ -└── htdocs/ - ├── wp-admin/ - ├── wp-content/ - └── mu-plugins/ - ├── wp-includes/ - ├── wp-config.php +├── backups/ +├── htdocs/ +| ├── ... +| ├── wp-config.php +| ├── wp-content/ +| | └── mu-plugins/ +| └── ... +└── quota.txt ``` Die Wordpress-Daten liegen im Verzeichnis `htdocs`.