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

Some folders are not visible using sftp #27

Open
guilhem-martin opened this issue Mar 30, 2023 · 0 comments
Open

Some folders are not visible using sftp #27

guilhem-martin opened this issue Mar 30, 2023 · 0 comments

Comments

@guilhem-martin
Copy link

guilhem-martin commented Mar 30, 2023

Hello,

when I use the button "upload files" from the GCP console, then the files will be visible using sftp cli with ls.
On the contrary, when I use the button "upload folder" from the GCP console, then the folder is not displayed using sftp cli with ls. It acts as if the folder doesn't exist although I can see the folder using the GCP console.

The workaround I found to make the folder visible to sftp is to create the existing directory using the SFTP mkdir command with exactly the same directory name as the existing (invisible) one. The command succeeds and then, when I do a sftp ls again, the directory becomes visible, and so becomes its content.

Is there a way to have these directories natively visible, without the need for this workaround?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant