删除远程服务器上的文件

发布于 2024-10-15 20:34:28 字数 178 浏览 5 评论 0原文

我在 NetBeans 中有一个带有远程文件的 PHP 项目(通过 sftp)。当我创建、修改本地和网络服务器上发生的任何更改时。但是,当我尝试删除文件或文件夹时,它只会在本地被删除。可能是什么问题?

权限似乎没问题,所有文件都属于我用来访问服务器的用户。 我使用的是 Netbeans 6.9.1,默认配置,已安装所有更新。

I have a PHP project in NetBeans with remote files (over sftp). When I create, modify anything these changes happening both locally and on my web server. However when I'm trying to delete a file or a folder it gets erased only locally. What could be the problem?

Permissions seems to be ok, all files belong to the user I'm using to access the server.
I'm using Netbeans 6.9.1, default configuration, all updates installed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

你的心境我的脸 2024-10-22 20:34:28

Netbeans没有同步功能。它仅限于下载和上传文件。你可以做的是使用一些外部工具,例如WinSCP能够同步本地和远程目录。

Netbeans does not have a synchronization function. It is limited to downloading and uploading files. What you can do is to use some external tool, for example WinSCP is capable of synchronizing local and remote directories.

奢望 2024-10-22 20:34:28

我读了你写的内容...但我认为这可能是权限问题。

我还使用 NetBeans,当我从项目窗口删除文件时,它首先在本地删除它,然后与我的服务器同步。

我通过 sftp(使用 vsftp)作为 root 登录,这是一件坏事,但你也可以尝试这个来确定是否是权限问题。

I read what you wrote... but I think it could be a permissions problem.

I also use NetBeans and when I delete a file from the project window it first erase it locally and then syncs with my server.

I login through sftp (using vsftp) as root, which is a bad thing, but you could try this too to be sure if it's a permission issue.

牵强ㄟ 2024-10-22 20:34:28

您错误地关闭了设置。请按照以下步骤操作:

  1. 右键单击​​项目名称
  2. 选择属性
  3. 从左侧列表中选择“运行配置”
  4. 在左侧几乎向下的位置,查找设置“上传文件:”
  5. 确保将其设置为“保存时”

所有最好的男人

You mistakenly turned off the settings. Please follow these steps:

  1. Right click on the project name
  2. Select properties
  3. From the list of the left select 'Run configuration'
  4. On the left almost down, look for the setting 'Upload files:'
  5. Make sure you set that to 'On Save'

All the best man

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文