just a thought (this goes to erel).
it would be nice if the b4a commands for ftp.uploads/downloads would have different command names or maybe it would be more awesome if we could define our own strings for any b4a function maybe in a XML file so instead of call ftp.upload(x,x,x,x) we could rename it to excel.createfile(x,x,x,x)
it would be harder like this to understand the code and hack our information.
is that possible? to let us choose how to call a function (define function names by our self?)
EDIT: if i would be a hacker the first thing i would look for in a code is a string with UPLOAD, DOWNLOAD
so such string harder to find the real function in a code ...