wolpi / prim-ftpd

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

Which storage access method should I choose #300

Closed TingTing1990 closed 6 months ago

TingTing1990 commented 1 year ago

Hello, Although "prim-ftpd" is an easy to use pure FTP server application, I am new to this application and when opening the interface I was confused by the choice of storage access and I didn't know which one to choose, my needs were:

  1. I am not a root user
  2. I have a "Box" folder in my storage root directory for server reads
  3. I can read and write (delete, download?) the files in the "Box" folder after connecting to the server using an FTP client.

Thanks!

wolpi commented 1 year ago

In your case SAF should be fine. You could just try it out but asking here is also fine :wink:

TingTing1990 commented 1 year ago

Is it the third one?

wolpi commented 1 year ago

yes, SAF is the third one.

TingTing1990 commented 1 year ago

Thanks!