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

Feature: Add SFTP tab in Jupyter #2762

Closed
arita37 opened this issue Aug 15, 2017 · 6 comments
Closed

Feature: Add SFTP tab in Jupyter #2762

arita37 opened this issue Aug 15, 2017 · 6 comments
Milestone

Comments

@arita37
Copy link

arita37 commented Aug 15, 2017

We often need to work with remote Jupyter on a server.
There is the function upload file, it would be good to add those features :

  1. upload folder
  2. In new tab (like conda tab) :
    Directory tree (local) vs Remote tree(Jupyter remote)
    Select Files / Folder and Upload or Download.

It would help to update remote codes/files.

@minrk
Copy link
Member

minrk commented Aug 17, 2017

I don't think we can do this. Browsers don't have access to the local filesystem for security reasons, so the local tab would have to be an additional standalone webserver running on your laptop serving up files.

@arita37
Copy link
Author

arita37 commented Aug 17, 2017 via email

@takluyver
Copy link
Member

The browser can get access to local files if the user explicitly selects them in an upload dialog, or drags and drops them onto the page. It can't e.g. get a list of all the files in your home directory.

@arita37
Copy link
Author

arita37 commented Aug 17, 2017 via email

@takluyver
Copy link
Member

Yes, but the commands you enter in the terminal are run on the server, not the local machine where you have the browser open.

@jtpio
Copy link
Member

jtpio commented Jun 21, 2023

Closing as unlikely to be implemented in the notebook repo.

Maybe this could be implemented as a third-party server + frontend extension: https://jupyter-notebook.readthedocs.io/en/latest/extending/index.html

Thanks all for the discussions!

@jtpio jtpio closed this as completed Jun 21, 2023
@jtpio jtpio added this to the Reference milestone Jun 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants