wolpi / prim-ftpd

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

Ability to specify directory without exploring the file system #295

Closed creeper451 closed 1 year ago

creeper451 commented 1 year ago

Hello, so the other day I was trying primitive ftpd on Android 10 and I made an interesting discovery if I made the os give the app full permission I would be able to access my SD card with full r,w access , so if I specify the remote directory on Filezilla to be "/storage/V181-1Y3D" it's going to list the directory in the program without any issues but I cannot access "/storage" (in Android 9 and below this was possible) so if I wanted to use the "Server Start Directory" in the app settings to specify my SD card I can't, even though it's has the correct permission, so I need the ability to specify the "V181-1Y3D" directory without using the built in file explorer just like on Filezilla (by typing the full directory path). P.S thanks for this amazing app 👍

wolpi commented 1 year ago

Funny thing. Some years ago there was no file-explorer. "Server Start Directory" needed to be specified just as text. People didn't like it. Now it is the other way around :smile:.

Not sure how this would look like :shrug:

P.S thanks for this amazing app +1

Happy that you like it :smiley:

creeper451 commented 1 year ago

We could have a simple dialogue box to select ☑️ either the file explorer or to specify the directory ourselves.

wolpi commented 1 year ago

As you can see by linked commit, there is a new possibility in next version