ftp - Require a login and password for writing in the FileZilla server, but not in the reading -
i'm working on android application writes, in parts, in filezilla server. in code, provide login , password filezilla client send pictures , videos it.
the client later on needs read ftp content (display it), purpose, needs enter login , password, can't provide him otherwise write whatever wants in server.
is there way require login , password writing in ftp server, not in reading ??
you can setup 2 accounts on server. 1 read-only access, , 1 write access. provide client password read-only account. or can allow anonymous read-only access server.
edit: also, aware not problem hacker retrieve hard-coded password android application binary. make sure restrict area, account can write to, ideally single folder only. should set disk quota account, hacker cannot fill server's disk. , should definitelly monitor writable folder unusual activity.
Comments
Post a Comment