更改 vsftpd 中的默认 ftp 目录
在我的 Godaddy 专用服务器上,我必须将文件通过 FTP 传输到我无法更改的已定义目录。这意味着我必须在本地处理文件,将它们上传到服务器上的 FTP 目录,然后将它们移动到 shell 上的 Web 目录。
如何(希望在我有权访问的配置文件中)更改上传文件的目录?
On my Godaddy dedicated server, I have to FTP files to a defined directory that I cannot change. This means I have to work on files locally, upload them to the FTP directory on the server, then move them to the web directory on the shell.
How (hopefully in the config files, which I have access to) can I change the directory to which I upload the files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以更改 Ftp 配置文件中的本地目录(取决于您使用的 FTP)
例如在 vsftpd.conf 文件(/etc/vsftpd.conf)中
把这一行:
you can change the local directory in Ftp config file(depends on which FTP you using)
for example in vsftpd.conf file (/etc/vsftpd.conf)
put this line:
好吧,尽管问题不是编程,但这就是我所做的。只需创建新用户,并将主目录作为您要通过 FTP 访问的目录即可。工作起来就像一个魅力。
Well despite the fact the question was not programming, here is what I did. Simply create new users with the home directory as the directory you want access to through FTP. Worked like a charm.