如何将文件移动到根目录之外
我环顾四周,但没有找到关于此的有用文章。我不知道如何将文件移动到根目录之上,因此无法直接访问它们。我的 ftp 客户端没有提供任何上面的选项,我一无所知。
I've looked around, but haven't found a helpful article on this. I don't know how to move files above the root so they're not directly accessible. My ftp client, doesn't give any option to go above, and I'm clueless.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需在 putty
mv filename ..
中执行操作,或者您也可以执行cd ..
进入一个目录。Just do in putty
mv filename ..
or you can docd ..
to go up one directory.我打电话给我的服务提供商,使用 Fatcow,就不可能访问根文件夹之上。
I called up my service provider, and with Fatcow, it's just not possible to go above the root folder.