Re: FTP not Returning (Python on Series 60 Nokia)
[EMAIL PROTECTED] wrote: > I'm using the ftp library (layer on top of sockets) to transfer files > from a series 60 to an ftp site. everything works fine, the whole > file gets uploaded but the command never returns! so > i call: > > ftp.storbinary('STOR ' + filename,F,1024) # store the image >