pyFTPclientS60 is a simple FTP implementation for Series 60 phones written in python.
Current features:
- anonymous login (only)
- file downloading
- file uploading
- remote server directory browsing
- reading text files on-line
Requirements: Python for S60 v1.3.1 or later.
Features to be added:
- Non-anonymous login
- "Secure FTP" support
Known issues:
- Directory listing does not work properly if file names have spaces.
- The program crashes sometimes after directory content transfer is aborted.
Back