如何通过静态IP访问虚拟专用服务器
我购买了虚拟专用服务器2008。如何通过给我们的静态IP地址访问服务器上存储的一些文件?
I have purchased virtual dedicated server 2008. How to access some files stored on the server through the static ip address given to us?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在服务器上安装一个服务器程序,为您存储在那里的静态文件提供服务。通常对于文件来说,意味着 HTTP 服务器或 FTP 服务器。
我在我们的服务器上使用 FileZilla 进行 FTP,效果很好。
You will need to install a server program on the server that serves the static files you've got stored there. Usually for files that means either a HTTP server or FTP server.
I use FileZilla on our servers for FTP, and it works nicely.