Change default CWD to / to fix access to any non-sd card directory for some ftp clients

This commit is contained in:
Maschell 2024-05-11 22:10:20 +02:00
parent cf0d87640e
commit fa4440bcb4

View File

@ -238,7 +238,7 @@ private:
SockAddr m_portAddr;
/// \brief Current working directory
std::string m_cwd = "/fs/vol/external01/";
std::string m_cwd = "/";
/// \brief List working directory
std::string m_lwd;