[GH-ISSUE #918] sftp not open local symbolic link dir #532

Open
opened 2026-02-26 23:59:52 +03:00 by kerem · 0 comments
Owner

Originally created by @blue-bird1 on GitHub (Nov 14, 2018).
Original GitHub issue: https://github.com/electerm/electerm/issues/918

Electerm version:

Operating system(linux, macos, or windows?):

windows

Expected Behavior

open symbolic link dir

$ file Recent
Recent: symbolic link to /c/Users/Administrator/AppData/Roaming/Microsoft/Windows/Recent

Current Behavior

get error

EPERM: operation not permitted, scandir 'C:\Users\Administrator\Recent'
Error: EPERM: operation not permitted, scandir 'C:\Users\Administrator\Recent' at Mt.once (http://localhost:3075/js/electerm.0.25.9-34d6a455d2d7bbd4f73d71e7fcf486048fa4c564.js:9:856026) at WebSocket.a (http://localhost:3075/js/electerm.0.25.9-34d6a455d2d7bbd4f73d71e7fcf486048fa4c564.js:9:855595

Possible Solution

Steps to Reproduce

Context (Environment)

Detailed Description

Suggestions?

remote symbolic link dir not error. #537

Originally created by @blue-bird1 on GitHub (Nov 14, 2018). Original GitHub issue: https://github.com/electerm/electerm/issues/918 <!--- Provide some basic info --> ## Electerm version: ## Operating system(linux, macos, or windows?): windows ## Expected Behavior <!--- Tell me what should happen --> open symbolic link dir ``` $ file Recent Recent: symbolic link to /c/Users/Administrator/AppData/Roaming/Microsoft/Windows/Recent ``` ## Current Behavior <!--- Tell me what happens instead of the expected behavior --> get error ``` EPERM: operation not permitted, scandir 'C:\Users\Administrator\Recent' Error: EPERM: operation not permitted, scandir 'C:\Users\Administrator\Recent' at Mt.once (http://localhost:3075/js/electerm.0.25.9-34d6a455d2d7bbd4f73d71e7fcf486048fa4c564.js:9:856026) at WebSocket.a (http://localhost:3075/js/electerm.0.25.9-34d6a455d2d7bbd4f73d71e7fcf486048fa4c564.js:9:855595 ``` ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Suggestions? remote symbolic link dir not error. #537
Sign in to join this conversation.
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/electerm#532
No description provided.