You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 sftpls
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.
The text was updated successfully, but these errors were encountered: