i want to add ftp library & ftp library on my n73 phone ....but i did not know ...?????
i want to add ftp library & ftp library on my n73 phone ....but i did not know ...?????
Well, either you install it as a sis file (that's usually the case if the library is a PyS60 extension, i.e. a Python module that actually calls Symbian C++ code), or, if it's just some py files, copy them to your phone and tell the system where to look for them (using sys.path.append("Path to your file(s)")).
Is that what you were asking?