Copy link to clipboard
Copied
Hallo,
ich habe auf zwei PC Dreamweaver CS6 installiert und hatte bis vor drei Monaten kein Problem.
Von einem auf den anderen Tag funktioniert das Hochladen der Dateien aus Dreamweaver nicht mehr. Es kommt immer die Fehlermeldung.
FTP-Fehler aufgetreten
bei beiden PC!
Wenn ich die Zugangsdaten in FileZilla eingebe, bekomme ich eine Verbindung zum Server.
Ich habe die Firewall deaktiviert, hat nichts gebracht.
Ich denke, es muss etwas in Dreamweaver CS6 sein, da es auf beiden PCs ist und zur gleichen Zeit aufgetreten ist.
Oder es ist ein Update von Microsoft, der jetzt den Zugang zum Server (Strato) verhindert.
Auf beiden PC ist Windows10 installiert.
Hat jemand eine Idee?
Gruß
Rainer
Copy link to clipboard
Copied
The web has changed a lot in 12+ years. Most reputable hosting providers upgrade their servers to meet the latest security protocols. It's likely that your server is no longer compatible with legacy CS6.
FileZilla is in active development and regularly receives security updates. Keep using FileZilla.
You should also switch to a modern code editor.
MODERN CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Notepad++ (free) - https://notepad-plus-plus.org/
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
-- Wappler ~ Visual Web App Builder - https://wappler.io/
Hope that helps.
Copy link to clipboard
Copied
Thank you 🙂