每当我尝试将文件上传到我的Raspberry Pi web服务器时,我都会收到以下消息:
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to XXXXXXXXXXX...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server为什么会这样呢?:(我似乎想不通。我在Debian上运行Apache。
是的,端口转发已经在我的路由器上设置好了,并且工作正常。我得到了这个:它起作用了!
This is the default web page for this server.
The web server software is running but no content has been added, yet.我在这里和那里调整了一些文件来修改权限,但到目前为止还没有。:(
发布于 2012-12-27 06:40:19
Apache是FTP服务器,而不是FTP服务器^。^
sudo apt-get install vsftpdhttps://stackoverflow.com/questions/14046547
复制相似问题