Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload button should restore zipped symlinks #4533

Closed
itcarroll opened this issue Mar 28, 2019 · 2 comments
Closed

Upload button should restore zipped symlinks #4533

itcarroll opened this issue Mar 28, 2019 · 2 comments
Labels
enhancement files pane stale

Comments

@itcarroll
Copy link

@itcarroll itcarroll commented Mar 28, 2019

The Upload button in the Files pane allows users to upload ZIP files, and it automatically decompresses the file. A ZIP file can contain a symbolic link, for example if the ZIP was created with the linux zip utility with the --symlinks argument. The parallel unzip utility can restore them, but RStudio appears to use its own implementation of unzip that does not do this. I suggest the Upload button be configurable, either by the server admin or user, so it can point to the linux unzip utility. Essentially, allow it to invoke unzip(..., unzip = '/usr/bin/unzip') rather than unzip(..., unzip = 'internal'). Perhaps the choice should simply reflect the R_UNZIPCMD env variable?

I am submitting this enhancement request as directed by an RStudio employee in the community forum.

@stale
Copy link

@stale stale bot commented Feb 5, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.

@stale stale bot added the stale label Feb 5, 2021
@stale
Copy link

@stale stale bot commented Feb 19, 2021

This issue has been automatically closed due to inactivity.

@stale stale bot closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement files pane stale
Projects
None yet
Development

No branches or pull requests

2 participants