NetBeans远程连接 [英] NetBeans Remote Connection

查看:103
本文介绍了NetBeans远程连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试设置netBeans远程项目,但我遇到了很多麻烦.我已经从远程服务器启动了一个PHP应用程序,在最后一个确认步骤中,它向我抛出了错误.

I'm trying to set netBeans remote project and I'm having pretty much trouble with it. I've started a PHP Application from Remote Server and in the last confirmation step it throws error on me.

没有可供下载的文件.尝试在远程配置中检查被动模式.

No files available for download. Try to check Passive mode in the remote configuration.

在日志输出中,它在那里失败:

In the log output it fails there:


> 215 UNIX Type: L8
> PORT 192,168,5,217,196,73
> 500 Illegal PORT command.

有人在设置远程连接时遇到同样的问题吗?请帮忙.

Did anyone have same problem with setting up remote connection? Please help.

推荐答案

要建立FTP连接,请选择以下任一选项:

To establish an FTP connection, choose either of the options below:

  • 关闭Windows防火墙.
  • 为被动模式FTP服务器配置Windows防火墙,如下所示:

  • Turn off the Windows firewall.
  • Configure Windows Firewall for a passive mode FTP server as follows:

  1. 打开管理员命令提示符.
  2. 单击开始>所有程序>附件.
  3. 右键单击命令提示符",然后单击以管理员身份运行".
  4. 运行以下命令:

  1. Open an Administrator command-prompt.
  2. Click Start > All Programs > Accessories.
  3. Right-click Command Prompt, and then click Run as Administrator.
  4. Run the following command:

netsh advfirewall firewall add rule name=FTPService action=allow service=ftpsvc protocol=TCP dir=in

  • 禁用有状态的FTP过滤,以便防火墙不会阻止任何FTP流量:

  • Disable stateful FTP filtering so that the firewall does not block any FTP traffic:

    netsh advfirewall set global StatefulFTP disable
    

  • 这篇关于NetBeans远程连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆