wolpi / prim-ftpd

FTP server app for android
Other
583 stars 78 forks source link

Server doesn't list root folders #279

Closed Sora3100 closed 1 year ago

Sora3100 commented 1 year ago

Happens over both FTP/SFTP, old plain filesystem, virtual system, etc Everything below the root folder does appear, however I can also manually type in the folder (/saf, /fs, etc), and it works fine Phone is running Android 11 Client is WinSCP, but I don't think that should make a difference. Log

wolpi commented 1 year ago

In your log it seems you use VirtualFolders with SAF pointing to Music. That should work well. If you use VirtualFolder /fs it forwards you to internal storage not to root folder. WinSCP should show this. But maybe it is a clinet issue that it does not. Usually Android blocks access to root folder.

Sora3100 commented 1 year ago

Root may not have been the right word, what I meant are the first folders (aka /fs, /saf, etc) These do not show (though in the past it used to) This also happens with just plain old filesystem where the very first folder isnt listed at all. Everything below /fs, /saf shows as normal

EDIT: okay, after checking an older version of the program it seems that it is indeed WinSCP that's the issue, so sorry about wasting your time!