mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15: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;
|
||||
|
||||
/// \brief Current working directory
|
||||
std::string m_cwd = "/fs/vol/external01/";
|
||||
std::string m_cwd = "/";
|
||||
|
||||
/// \brief List working directory
|
||||
std::string m_lwd;
|
||||
|
Loading…
Reference in New Issue
Block a user