Hi,
Is is possible to replace the ftplib from the PythonCE distro with the one from Python v2.6.x? I have written an ftp automation script to run on a Windows Mobile device but can not use the Callback functionality that was added in v2.6. The callback allows me to display a text based progress bar when uploading big files. It's very handy as it allows the user to know that good things are happening. Everything else seems to work great. I think PythonCE is very cool.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is is possible to replace the ftplib from the PythonCE distro with the one from Python v2.6.x? I have written an ftp automation script to run on a Windows Mobile device but can not use the Callback functionality that was added in v2.6. The callback allows me to display a text based progress bar when uploading big files. It's very handy as it allows the user to know that good things are happening. Everything else seems to work great. I think PythonCE is very cool.