mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-05 04:25:09 +01:00
Change default CWD to /
to fix access to any non-sd card directory for some ftp clients
This commit is contained in:
parent
cf0d87640e
commit
fa4440bcb4
@ -238,7 +238,7 @@ private:
|
|||||||
SockAddr m_portAddr;
|
SockAddr m_portAddr;
|
||||||
|
|
||||||
/// \brief Current working directory
|
/// \brief Current working directory
|
||||||
std::string m_cwd = "/fs/vol/external01/";
|
std::string m_cwd = "/";
|
||||||
|
|
||||||
/// \brief List working directory
|
/// \brief List working directory
|
||||||
std::string m_lwd;
|
std::string m_lwd;
|
||||||
|
Loading…
Reference in New Issue
Block a user