[GH-ISSUE #187] 文件管理器无法修改文件文件夹 #91

Open
opened 2026-02-28 00:38:40 +03:00 by kerem · 4 comments
Owner

Originally created by @ForceDream on GitHub (May 22, 2024).
Original GitHub issue: https://github.com/team-ide/teamide/issues/187

6
文件管理器无法修改文件文件夹,修改就报错找到不到,也没有修改成功

Originally created by @ForceDream on GitHub (May 22, 2024). Original GitHub issue: https://github.com/team-ide/teamide/issues/187 ![6](https://github.com/team-ide/teamide/assets/61146662/095ca15b-f287-4585-8771-52dd6379146a) 文件管理器无法修改文件文件夹,修改就报错找到不到,也没有修改成功
Author
Owner

@team-ide commented on GitHub (May 22, 2024):

你用的哪个版本,我这边修改没问题,看失败是文件不存在,右击刷新下看看文件是否存在

<!-- gh-comment-id:2124089896 --> @team-ide commented on GitHub (May 22, 2024): 你用的哪个版本,我这边修改没问题,看失败是文件不存在,右击刷新下看看文件是否存在
Author
Owner

@ForceDream commented on GitHub (May 30, 2024):

https://1drv.ms/i/s!AuuMnOy07l-PzBIlFuyipKAMaZmQ
[https://dsm01pap004files.storage.live.com/y4mnbsfFAFcnKyRRb89W0FsOwauWIZ10pQ9Vhzcbvyk_1BlhG6bb0CdAUAkOJ8ZtTeZ5nIYdUa234eRCigpoO9QvhicLdfAaTwZVgveb2Gji6jaLpjFSOt6seHyZ39-QMudz8OqcNdO9AUjsBAgrOzs4qqYw5S25jFVkrySxQZjZjC68PkXmPgdzaPd48VSQhdS?width=200&height=150&cropmode=center]
[https://res.cdn.office.net/assets/mail/file-icon/png/cloud_blue_16x16.png]微信截图_20240530152644.png
[https://res-h3.public.cdn.office.net/assets/mail/file-icon/png/video_16x16.png]屏幕录制 2024-05-30 152533.mp4https://1drv.ms/v/s!AuuMnOy07l-PzBNcsSEOGQcFgO2F
刷新还是一样,现在升级到最新也是这样。使用的解压版本不是安装版本


发件人: 朱亮 @.>
发送时间: 2024年5月22日 7:42
收件人: team-ide/teamide @.
>
抄送: ForceDream @.>; Author @.>
主题: Re: [team-ide/teamide] 文件管理器无法修改文件文件夹 (Issue #187)

你用的哪个版本,我这边修改没问题,看失败是文件不存在,右击刷新下看看文件是否存在


Reply to this email directly, view it on GitHubhttps://github.com/team-ide/teamide/issues/187#issuecomment-2124089896, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOSQMJQQLXBZRYS3NPVSH43ZDRD6TAVCNFSM6AAAAABIC75K4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRUGA4DSOBZGY.
You are receiving this because you authored the thread.

<!-- gh-comment-id:2138859071 --> @ForceDream commented on GitHub (May 30, 2024): <https://1drv.ms/i/s!AuuMnOy07l-PzBIlFuyipKAMaZmQ> [https://dsm01pap004files.storage.live.com/y4mnbsfFAFcnKyRRb89W0FsOwauWIZ10pQ9Vhzcbvyk_1BlhG6bb0CdAUAkOJ8ZtTeZ5nIYdUa234eRCigpoO9QvhicLdfAaTwZVgveb2Gji6jaLpjFSOt6seHyZ39-QMudz8OqcNdO9AUjsBAgrOzs4qqYw5S25jFVkrySxQZjZjC68PkXmPgdzaPd48VSQhdS?width=200&height=150&cropmode=center] [https://res.cdn.office.net/assets/mail/file-icon/png/cloud_blue_16x16.png]微信截图_20240530152644.png [https://res-h3.public.cdn.office.net/assets/mail/file-icon/png/video_16x16.png]屏幕录制 2024-05-30 152533.mp4<https://1drv.ms/v/s!AuuMnOy07l-PzBNcsSEOGQcFgO2F> 刷新还是一样,现在升级到最新也是这样。使用的解压版本不是安装版本 ________________________________ 发件人: 朱亮 ***@***.***> 发送时间: 2024年5月22日 7:42 收件人: team-ide/teamide ***@***.***> 抄送: ForceDream ***@***.***>; Author ***@***.***> 主题: Re: [team-ide/teamide] 文件管理器无法修改文件文件夹 (Issue #187) 你用的哪个版本,我这边修改没问题,看失败是文件不存在,右击刷新下看看文件是否存在 ― Reply to this email directly, view it on GitHub<https://github.com/team-ide/teamide/issues/187#issuecomment-2124089896>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOSQMJQQLXBZRYS3NPVSH43ZDRD6TAVCNFSM6AAAAABIC75K4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRUGA4DSOBZGY>. You are receiving this because you authored the thread.
Author
Owner

@team-ide commented on GitHub (May 31, 2024):

你可以使用 sftp 命令登录试下吗,登录用户要和工具中使用的用户一致


sftp 用户名@服务器地址

# 根据提示 输入密码

# 登录成功后
cd /root

# 重命名
rename qmqr1.log1 qmqr1.log2

<!-- gh-comment-id:2141121484 --> @team-ide commented on GitHub (May 31, 2024): 你可以使用 sftp 命令登录试下吗,登录用户要和工具中使用的用户一致 ```shell sftp 用户名@服务器地址 # 根据提示 输入密码 # 登录成功后 cd /root # 重命名 rename qmqr1.log1 qmqr1.log2 ```
Author
Owner

@ForceDream commented on GitHub (May 31, 2024):

C:\Users\EDY\AppData\Local\Programs\TeamIDE\resources\assets\server>sftp @.***
@.***'s password:
Connected to 192.168.244.135.
sftp> ls
1 1.sh 2.sh
3.sh 4.sh Desktop
Documents Downloads Install_TW7.0.4.2_Enterprise_Linux.bin
Music Pictures Public
Templates TongWeb7.0 Videos
anaconda-ks.cfg apache-pulsar-2.10.0 apache-pulsar-2.10.0-bin.tar.gz
bak nginx-1.22.0 nginx-1.22.0.tar.gz
original-ks.cfg pcre-8.45 pcre-8.45.zip
q7.sh q8.sh q9.sh
qmgr.flag qmgr.log1 qmstatus
shell start.sh
sftp> rename qmgr.log1 qmgr.log2
sftp> ls
1 1.sh 2.sh
3.sh 4.sh Desktop
Documents Downloads Install_TW7.0.4.2_Enterprise_Linux.bin
Music Pictures Public
Templates TongWeb7.0 Videos
anaconda-ks.cfg apache-pulsar-2.10.0 apache-pulsar-2.10.0-bin.tar.gz
bak nginx-1.22.0 nginx-1.22.0.tar.gz
original-ks.cfg pcre-8.45 pcre-8.45.zip
q7.sh q8.sh q9.sh
qmgr.flag qmgr.log2 qmstatus
shell start.sh

@.*** ~]# ls
1 4.sh bak Install_TW7.0.4.2_Enterprise_Linux.bin original-ks.cfg Public qmgr.flag start.sh
1.sh anaconda-ks.cfg Desktop Music pcre-8.45 q7.sh qmgr.log2 Templates
2.sh apache-pulsar-2.10.0 Documents nginx-1.22.0 pcre-8.45.zip q8.sh qmstatus TongWeb7.0
3.sh apache-pulsar-2.10.0-bin.tar.gz Downloads nginx-1.22.0.tar.gz Pictures q9.sh shell Videos
ssh mv也没有问题
@.*** ~]# mv qmgr.log2 qmgr.log3
@.*** ~]# ls
1 4.sh bak Install_TW7.0.4.2_Enterprise_Linux.bin original-ks.cfg Public qmgr.flag start.sh
1.sh anaconda-ks.cfg Desktop Music pcre-8.45 q7.sh qmgr.log3 Templates
2.sh apache-pulsar-2.10.0 Documents nginx-1.22.0 pcre-8.45.zip q8.sh qmstatus TongWeb7.0
3.sh apache-pulsar-2.10.0-bin.tar.gz Downloads nginx-1.22.0.tar.gz Pictures q9.sh shell Videos

试了下别的机器没问题,就这个这样,晕了

2024-05-31 10:25:34SSH重命名修改:/tmp/1111.log1为:/tmp//1111.log12
完成
2024-05-31 10:25:44SSH重命名修改:/tmp/1111.log12为:/tmp//11111.log12
完成
2024-05-31 10:27:20SSH重命名修改:/app/apache1.tar.gz为:/app//apache11.tar.gz
完成
2024-05-31 10:28:28SSH重命名修改:/root/pcre-8.45.zip为:/root//pcre-8.451.zip
完成
xftp也没有问题。


发件人: 朱亮 @.>
发送时间: 2024年5月31日 2:17
收件人: team-ide/teamide @.
>
抄送: ForceDream @.>; Author @.>
主题: Re: [team-ide/teamide] 文件管理器无法修改文件文件夹 (Issue #187)

你可以使用 sftp 命令登录试下吗,登录用户要和工具中使用的用户一致

sftp 用户名@服务器地址

根据提示 输入密码

登录成功后

cd /root

重命名

rename qmqr1.log1 qmqr1.log2


Reply to this email directly, view it on GitHubhttps://github.com/team-ide/teamide/issues/187#issuecomment-2141121484, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOSQMJTBYAF3PYLFVXAHMQTZE7MVLAVCNFSM6AAAAABIC75K4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRGEZDCNBYGQ.
You are receiving this because you authored the thread.Message ID: @.***>

<!-- gh-comment-id:2141141042 --> @ForceDream commented on GitHub (May 31, 2024): C:\Users\EDY\AppData\Local\Programs\TeamIDE\resources\assets\server>sftp ***@***.*** ***@***.***'s password: Connected to 192.168.244.135. sftp> ls 1 1.sh 2.sh 3.sh 4.sh Desktop Documents Downloads Install_TW7.0.4.2_Enterprise_Linux.bin Music Pictures Public Templates TongWeb7.0 Videos anaconda-ks.cfg apache-pulsar-2.10.0 apache-pulsar-2.10.0-bin.tar.gz bak nginx-1.22.0 nginx-1.22.0.tar.gz original-ks.cfg pcre-8.45 pcre-8.45.zip q7.sh q8.sh q9.sh qmgr.flag qmgr.log1 qmstatus shell start.sh sftp> rename qmgr.log1 qmgr.log2 sftp> ls 1 1.sh 2.sh 3.sh 4.sh Desktop Documents Downloads Install_TW7.0.4.2_Enterprise_Linux.bin Music Pictures Public Templates TongWeb7.0 Videos anaconda-ks.cfg apache-pulsar-2.10.0 apache-pulsar-2.10.0-bin.tar.gz bak nginx-1.22.0 nginx-1.22.0.tar.gz original-ks.cfg pcre-8.45 pcre-8.45.zip q7.sh q8.sh q9.sh qmgr.flag qmgr.log2 qmstatus shell start.sh ***@***.*** ~]# ls 1 4.sh bak Install_TW7.0.4.2_Enterprise_Linux.bin original-ks.cfg Public qmgr.flag start.sh 1.sh anaconda-ks.cfg Desktop Music pcre-8.45 q7.sh qmgr.log2 Templates 2.sh apache-pulsar-2.10.0 Documents nginx-1.22.0 pcre-8.45.zip q8.sh qmstatus TongWeb7.0 3.sh apache-pulsar-2.10.0-bin.tar.gz Downloads nginx-1.22.0.tar.gz Pictures q9.sh shell Videos ssh mv也没有问题 ***@***.*** ~]# mv qmgr.log2 qmgr.log3 ***@***.*** ~]# ls 1 4.sh bak Install_TW7.0.4.2_Enterprise_Linux.bin original-ks.cfg Public qmgr.flag start.sh 1.sh anaconda-ks.cfg Desktop Music pcre-8.45 q7.sh qmgr.log3 Templates 2.sh apache-pulsar-2.10.0 Documents nginx-1.22.0 pcre-8.45.zip q8.sh qmstatus TongWeb7.0 3.sh apache-pulsar-2.10.0-bin.tar.gz Downloads nginx-1.22.0.tar.gz Pictures q9.sh shell Videos 试了下别的机器没问题,就这个这样,晕了 2024-05-31 10:25:34SSH重命名修改:/tmp/1111.log1为:/tmp//1111.log12 完成 2024-05-31 10:25:44SSH重命名修改:/tmp/1111.log12为:/tmp//11111.log12 完成 2024-05-31 10:27:20SSH重命名修改:/app/apache1.tar.gz为:/app//apache11.tar.gz 完成 2024-05-31 10:28:28SSH重命名修改:/root/pcre-8.45.zip为:/root//pcre-8.451.zip 完成 xftp也没有问题。 ________________________________ 发件人: 朱亮 ***@***.***> 发送时间: 2024年5月31日 2:17 收件人: team-ide/teamide ***@***.***> 抄送: ForceDream ***@***.***>; Author ***@***.***> 主题: Re: [team-ide/teamide] 文件管理器无法修改文件文件夹 (Issue #187) 你可以使用 sftp 命令登录试下吗,登录用户要和工具中使用的用户一致 sftp 用户名@服务器地址 # 根据提示 输入密码 # 登录成功后 cd /root # 重命名 rename qmqr1.log1 qmqr1.log2 ― Reply to this email directly, view it on GitHub<https://github.com/team-ide/teamide/issues/187#issuecomment-2141121484>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOSQMJTBYAF3PYLFVXAHMQTZE7MVLAVCNFSM6AAAAABIC75K4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRGEZDCNBYGQ>. You are receiving this because you authored the thread.Message ID: ***@***.***>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#91
No description provided.