Replies: 2 comments
-
Interesting, this is the first time we have received a report like this. It must be an edge case with this particular client (or some weird bug in the client itself). |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, I did confirm that the problem was on the client's side. Their software seemed to trip up on the 1970 epoch date on Azure blob "folders", that being the date because there is no actual timestamp for these. I wasn't confident that they would fix it any time soon, so I just swapped everything over to an Azure File Share instead and mounted that. Solves the problem. |
Beta Was this translation helpful? Give feedback.
-
I have a virtual folder (Azure Blob backend) set up for some clients. For most every SFTP client I have tested, it works just fine, but I have one user who reports that the first character is missing from folder names, which prevents them from traversing the directories in the usual manner. So instead of something like this:
It appears like this:
I did not think this was necessarily an SFTPGo issue, but if I swap out the virtual folder with just a local filesystem, then the folder structure does appear normally. I have not been able to figure out what might be the issue on the client side.
I am curious if anyone else in the community has experienced something similar?
Beta Was this translation helpful? Give feedback.
All reactions